Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lar-dragon committed Oct 4, 2019
1 parent 283a383 commit ef10b62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion kassaqiwi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion load.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @const string
*/
define('CLIENT_VERSION', '0.0.2');
define('CLIENT_VERSION', '0.0.3');
}

// Autoload for standalone composer build.
Expand Down

0 comments on commit ef10b62

Please sign in to comment.