Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
// Version updated to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Jul 23, 2015
1 parent 411686e commit a0c49db
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>upscarrier</name>
<displayName><![CDATA[UPS Carrier]]></displayName>
<version><![CDATA[1.3.5]]></version>
<version><![CDATA[1.4.0]]></version>
<description><![CDATA[Offer your customers, different delivery methods with UPS]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[shipping_logistics]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion upscarrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct()
{
$this->name = 'upscarrier';
$this->tab = 'shipping_logistics';
$this->version = '1.3.5';
$this->version = '1.4.0';
$this->author = 'PrestaShop';
$this->limited_countries = array('us');
$this->module_key = 'b7e680a4290c977bb35e3b28817b8348';
Expand Down

0 comments on commit a0c49db

Please sign in to comment.