Skip to content

Commit

Permalink
bumped version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jun 6, 2016
1 parent b9bfcd6 commit 56d1333
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' => 'Result visualisation',
'description' => 'TAO Results extension',
'license' => 'GPL-2.0',
'version' => '2.9.1',
'version' => '2.10.0',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
// taoItems is only needed for the item model property retrieval
'requires' => array(
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public function update($initialVersion)
$$this->setVersion('2.6.1');
}

$this->skip('2.6.1', '2.9.1');
$this->skip('2.6.1', '2.10.0');
}
}

0 comments on commit 56d1333

Please sign in to comment.