Skip to content

Commit

Permalink
Merge pull request #192 from oat-sa/release-update
Browse files Browse the repository at this point in the history
increase version from 2.9.6 to 2.10.0
  • Loading branch information
krampstudio committed Mar 24, 2016
2 parents 20b4a32 + 3f32078 commit 0223e30
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 @@ -34,7 +34,7 @@
'label' => 'Item core extension',
'description' => 'TAO Items extension',
'license' => 'GPL-2.0',
'version' => '2.9.6',
'version' => '2.10.0',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'taoBackOffice' => '>=0.8'
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/class.Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function update($initialVersion) {
$this->setVersion('2.8.1');
}

$this->skip('2.8.1','2.9.6');
$this->skip('2.8.1','2.10.0');

return null;
}
Expand Down

0 comments on commit 0223e30

Please sign in to comment.