Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 84a31fd

Browse files
committed
Bump version to v2.1.0
1 parent adea224 commit 84a31fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>vatnumber</name>
44
<displayName><![CDATA[European VAT number]]></displayName>
5-
<version><![CDATA[2.0.0]]></version>
5+
<version><![CDATA[2.1.0]]></version>
66
<description><![CDATA[Enables you to enter the intra-community VAT number when creating the address. You must fill in the company field to allow entering the VAT number.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[billing_invoicing]]></tab>

vatnumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct()
3333
{
3434
$this->name = 'vatnumber';
3535
$this->tab = 'billing_invoicing';
36-
$this->version = '2.0.0';
36+
$this->version = '2.1.0';
3737
$this->author = 'PrestaShop';
3838
$this->need_instance = 0;
3939

0 commit comments

Comments
 (0)