Skip to content

Commit

Permalink
Version bump for new category mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
juju-revers-io committed Oct 26, 2020
1 parent 7f0bd0f commit 8b82966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reversio/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>reversio</name>
<displayName><![CDATA[Revers.io]]></displayName>
<version><![CDATA[1.2.0]]></version>
<version><![CDATA[1.2.1]]></version>
<description><![CDATA[Revers.io]]></description>
<author><![CDATA[Revers.io]]></author>
<tab><![CDATA[shipping_logistics]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion reversio/reversio.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ReversIO extends Module
public function __construct()
{
$this->name = $this->l('reversio');
$this->version = '1.2.0';
$this->version = '1.2.1';
$this->tab = 'shipping_logistics';
$this->author = 'Revers.io';
$this->need_instance = 0;
Expand Down

0 comments on commit 8b82966

Please sign in to comment.