Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinleal committed Sep 23, 2020
1 parent e1f0322 commit 6763c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>pagantis</name>
<displayName><![CDATA[Pagantis]]></displayName>
<version><![CDATA[8.6.8]]></version>
<version><![CDATA[8.6.9]]></version>
<description><![CDATA[Instant, easy and effective financial tool for your customers]]></description>
<author><![CDATA[Pagantis]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pagantis",
"version": "8.6.8",
"version": "8.6.9",
"description": "Pagantis integration in prestashop",
"main": "Gruntfile.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion pagantis.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 6763c3d

Please sign in to comment.