From 6e931293846b54c68b2ee9abcf2c5e464d13c08c Mon Sep 17 00:00:00 2001 From: Paul Shatalov Date: Mon, 2 Apr 2018 23:27:48 +0700 Subject: [PATCH] bump version --- paybear.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paybear.php b/paybear.php index e2ecf15..d71f06a 100755 --- a/paybear.php +++ b/paybear.php @@ -25,7 +25,7 @@ public function __construct() { $this->name = 'paybear'; $this->tab = 'payments_gateways'; - $this->version = '0.7.3'; + $this->version = '0.7.4'; $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_); $this->author = 'PayBear'; $this->controllers = array('validation', 'currencies', 'payment', 'callback', 'status');