Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RBech committed Jul 5, 2017
1 parent 16d2560 commit 9ea558d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clerk.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function __construct()
{
$this->name = 'clerk';
$this->tab = 'advertising_marketing';
$this->version = '1.5.0';
$this->version = '1.5.1';
$this->author = 'Clerk';
$this->need_instance = 0;
$this->ps_versions_compliancy = array('min' => '1.5', 'max' => _PS_VERSION_);
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>clerk</name>
<displayName><![CDATA[Clerk]]></displayName>
<version><![CDATA[1.5.0]]></version>
<version><![CDATA[1.5.1]]></version>
<description><![CDATA[Clerk.io Turns More Browsers Into Buyers]]></description>
<author><![CDATA[Clerk]]></author>
<tab><![CDATA[advertising_marketing]]></tab>
Expand Down

0 comments on commit 9ea558d

Please sign in to comment.