Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerobin committed Jun 9, 2016
1 parent 92f8e39 commit 78f45c4
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 @@ -27,7 +27,7 @@
'label' => 'extension-tao-mediamanager',
'description' => 'TAO media manager extension',
'license' => 'GPL-2.0',
'version' => '0.3.4',
'version' => '0.3.5',
'author' => 'Open Assessment Technologies SA',
'dependencies' => array('tao', 'taoItems'),
'models' => 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 @@ -252,6 +252,6 @@ function ($matches) {

$this->setVersion('0.3.3');
}
$this->skip('0.3.3', '0.3.4');
$this->skip('0.3.3', '0.3.5');
}
}

0 comments on commit 78f45c4

Please sign in to comment.