Skip to content

Commit

Permalink
Merge pull request #13 from oat-sa/release-0.0.3
Browse files Browse the repository at this point in the history
bump version to 0.0.3
  • Loading branch information
llecaque committed Feb 2, 2016
2 parents ce379fe + 16b33f9 commit 0d08344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'label' => 'DataURI Tool',
'description' => '',
'license' => 'GPL-2.0',
'version' => '0.0.2',
'version' => '0.0.3',
'author' => 'Open Assessment Technologies SA',
'requires' => array(),
// for compatibility
Expand Down
9 changes: 2 additions & 7 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ class Updater extends \common_ext_ExtensionUpdater {
* @return string $versionUpdatedTo
*/
public function update($initialVersion) {

$currentVersion = $initialVersion;

if ($currentVersion == '0.0.0') {
$currentVersion = '0.0.2';
}
return $currentVersion;
$this->skip('0.0.0', '0.0.3');
return null;
}
}

0 comments on commit 0d08344

Please sign in to comment.