Skip to content

Commit

Permalink
bumped version to 2.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Mar 21, 2016
1 parent 018fa8a commit 55ede25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'label' => 'QTI item model',
'description' => 'TAO QTI item model',
'license' => 'GPL-2.0',
'version' => '2.12.8',
'version' => '2.12.9',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoItems' => '>=2.6'
Expand Down
3 changes: 3 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ public function update($initialVersion){
if($currentVersion === '2.12.7'){
$currentVersion = '2.12.8';
}
if($currentVersion === '2.12.8'){
$currentVersion = '2.12.9';
}
return $currentVersion;
}

Expand Down

0 comments on commit 55ede25

Please sign in to comment.