Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Jul 19, 2016
1 parent 9bce4d3 commit 5c04a67
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 @@ -33,7 +33,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '4.1.0',
'version' => '4.1.1',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=2.21.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,6 @@ public function update($initialVersion) {
$this->setVersion('4.0.0');
}

$this->skip('4.0.0', '4.1.0');
$this->skip('4.0.0', '4.1.1');
}
}

0 comments on commit 5c04a67

Please sign in to comment.