Skip to content

Commit

Permalink
bump version to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llecaque committed Feb 19, 2016
1 parent ea10cb3 commit d3831a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.0',
'version' => '2.16.1',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=2.6',
Expand Down
4 changes: 3 additions & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ public function update($initialVersion) {

$currentVersion = '2.16.0';
}

if ($currentVersion === '2.16.0') {
$currentVersion = '2.16.1';
}
return $currentVersion;
}
}

0 comments on commit d3831a5

Please sign in to comment.