Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 26, 2016
1 parent ab4af36 commit 8564e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Omnipay/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Plugin extends AbstractPlugin implements PluginInterface
/**
* @var int
*/
private static $requiredCoreShopBuild = 72;
private static $requiredCoreShopBuild = 103;

/**
* @var Shop
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin>
<pluginName>Omnipay</pluginName>
<pluginDescription><![CDATA[Omnipay Plugin for CoreShop]]></pluginDescription>
<pluginVersion>1.0</pluginVersion>
<pluginVersion>1.1.0</pluginVersion>
<pluginRevision>1</pluginRevision>
<pluginBuildTimestamp>0</pluginBuildTimestamp>
<pluginClassName>\Omnipay\Plugin</pluginClassName>
Expand Down

0 comments on commit 8564e40

Please sign in to comment.