Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Mar 11, 2016
1 parent 8e47d8e commit 26138f2
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.6',
'version' => '2.12.7',
'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 @@ -202,6 +202,9 @@ public function update($initialVersion){
if($currentVersion === '2.12.5'){
$currentVersion = '2.12.6';
}
if($currentVersion === '2.12.6'){
$currentVersion = '2.12.7';
}
return $currentVersion;
}

Expand Down

0 comments on commit 26138f2

Please sign in to comment.