Skip to content

Commit

Permalink
Merge branch 'release-1.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
atsymuk committed Jan 23, 2019
2 parents 6cb90cc + cd73093 commit b1d92a9
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' => 'FooBar power extension',
'description' => 'Dummy test extension',
'license' => 'GPL-2.0',
'version' => '1.3.3',
'version' => '1.3.4',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'tao' => '>=21.0.1'
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class Updater extends \common_ext_ExtensionUpdater
*/
public function update($initialVersion)
{
$this->skip('0.1.0', '1.3.3');
$this->skip('0.1.0', '1.3.4');
}
}

0 comments on commit b1d92a9

Please sign in to comment.