Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine Di Gruttola committed Mar 10, 2023
1 parent 5b82c9f commit bf95638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>electronicinvoicefields</name>
<displayName><![CDATA[Electronic Invoice - fields]]></displayName>
<version><![CDATA[2.3.2]]></version>
<version><![CDATA[2.3.3]]></version>
<description><![CDATA[This module adds the new fields for E-Invoice in Customer Address]]></description>
<author><![CDATA[cdigruttola]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion config_it.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>electronicinvoicefields</name>
<displayName><![CDATA[Fatturazione Elettronica - Campi]]></displayName>
<version><![CDATA[2.3.2]]></version>
<version><![CDATA[2.3.3]]></version>
<description><![CDATA[Questo modulo permette di aggiungere i campi PEC e SDI negli indirizzi]]></description>
<author><![CDATA[cdigruttola]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion electronicinvoicefields.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct()
{
$this->name = 'electronicinvoicefields';
$this->tab = 'administration';
$this->version = '2.3.2';
$this->version = '2.3.3';
$this->author = 'cdigruttola';
$this->need_instance = 0;
$this->module_key = '313961649878a2c1b5c13a42d213c3e9';
Expand Down

0 comments on commit bf95638

Please sign in to comment.