diff --git a/manifest.php b/manifest.php index e4239f75..08c3fc6d 100755 --- a/manifest.php +++ b/manifest.php @@ -30,7 +30,7 @@ 'label' => 'Browser and OS diagnostic tool', 'description' => 'Check compatibility of the os and browser of a client', 'license' => 'GPL-2.0', - 'version' => '7.2.1', + 'version' => '7.2.2', 'author' => 'Open Assessment Technologies SA', 'requires' => array( 'generis' => '>=12.5.0', diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index 15c8ba80..be73f7a5 100755 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -815,6 +815,6 @@ public function update($initialVersion) $this->setVersion('7.2.0'); } - $this->skip('7.2.0', '7.2.1'); + $this->skip('7.2.0', '7.2.2'); } }