Skip to content

Commit

Permalink
TAO-2338: update script for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
siwane committed Mar 2, 2016
1 parent 80c67e2 commit a3a4fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '2.16.1',
'version' => '2.16.2',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=2.6',
Expand Down
5 changes: 5 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ public function update($initialVersion) {
if ($currentVersion === '2.16.0') {
$currentVersion = '2.16.1';
}

if ($currentVersion === '2.16.1') {
$currentVersion = '2.16.2';
}

return $currentVersion;
}
}

0 comments on commit a3a4fde

Please sign in to comment.