diff --git a/config.xml b/config.xml index 1ecfa94c..eb24499e 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ pagantis - + diff --git a/package.json b/package.json index 54f83a3c..1c9a7401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagantis", - "version": "8.6.8", + "version": "8.6.9", "description": "Pagantis integration in prestashop", "main": "Gruntfile.js", "dependencies": {}, diff --git a/pagantis.php b/pagantis.php index 9a9417ca..eee419cc 100644 --- a/pagantis.php +++ b/pagantis.php @@ -114,7 +114,7 @@ public function __construct() { $this->name = 'pagantis'; $this->tab = 'payments_gateways'; - $this->version = '8.6.8'; + $this->version = '8.6.9'; $this->author = 'Pagantis'; $this->currencies = true; $this->currencies_mode = 'checkbox';