Skip to content

Commit

Permalink
// Version updated to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeks committed Feb 20, 2017
1 parent 91c0554 commit e88c6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>ps_cashondelivery</name>
<displayName><![CDATA[Cash on delivery (COD)]]></displayName>
<version><![CDATA[1.0.4]]></version>
<version><![CDATA[1.0.5]]></version>
<description><![CDATA[Accept cash on delivery payments]]></description>
<author><![CDATA[PrestaShop]]></author>
<is_configurable>0</is_configurable>
Expand Down
2 changes: 1 addition & 1 deletion ps_cashondelivery.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct()
{
$this->name = 'ps_cashondelivery';
$this->author = 'PrestaShop';
$this->version = '1.0.4';
$this->version = '1.0.5';
$this->need_instance = 1;

$this->ps_versions_compliancy = array('min' => '1.7.1.0', 'max' => _PS_VERSION_);
Expand Down

0 comments on commit e88c6e8

Please sign in to comment.