Bump version

This commit is contained in:
Pavel 2020-07-08 18:05:42 +03:00 committed by GitHub
parent a62b0e77cd
commit 5886df2cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## v3.1.0
* Поддержка смены клиента в заказе
## v3.0.6
* Улучшена работа CLI

View file

@ -1 +1 @@
3.0.6
3.1.0

View file

@ -117,7 +117,7 @@ class RetailCRM extends Module
{
$this->name = 'retailcrm';
$this->tab = 'export';
$this->version = '3.0.6';
$this->version = '3.1.0';
$this->author = 'DIGITAL RETAIL TECHNOLOGIES SL';
$this->displayName = $this->l('retailCRM');
$this->description = $this->l('Integration module for retailCRM');