Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerobin committed May 26, 2016
1 parent 068bcea commit 3711b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.15',
'version' => '2.12.16',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoItems' => '>=2.9.8'
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function update($initialVersion){
}

$this->setVersion($currentVersion);
$this->skip('2.12.9', '2.12.15');
$this->skip('2.12.9', '2.12.16');
}

}

0 comments on commit 3711b73

Please sign in to comment.