From ef10b62e9bd6660a2314caea6f7e7811cae2350b Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 4 Oct 2019 16:01:40 +0500 Subject: [PATCH] version 0.0.3 --- composer.json | 2 +- kassaqiwi.php | 2 +- load.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 04add44..7e0e582 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "qiwi/prestashop-payment-qiwi", "type": "prestashop-module", - "version": "0.0.2", + "version": "0.0.3", "description": "QIWI payment integration for PrestaShop", "keywords": [ "qiwi", diff --git a/kassaqiwi.php b/kassaqiwi.php index fcf1947..0b26640 100644 --- a/kassaqiwi.php +++ b/kassaqiwi.php @@ -22,7 +22,7 @@ public function __construct() { $this->name = 'kassaqiwi'; $this->tab = 'payments_gateways'; - $this->version = '0.0.2'; + $this->version = '0.0.3'; $this->module_key = 'f7b84666812c788ff4400fa49529f26d'; $this->ps_versions_compliancy = ['min' => '1.6', 'max' => _PS_VERSION_]; $this->author = 'QIWI'; diff --git a/load.php b/load.php index 4696f36..b7ebb07 100644 --- a/load.php +++ b/load.php @@ -24,7 +24,7 @@ * * @const string */ - define('CLIENT_VERSION', '0.0.2'); + define('CLIENT_VERSION', '0.0.3'); } // Autoload for standalone composer build.