Skip to content

Commit

Permalink
Bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Dec 19, 2017
1 parent 0bb9e79 commit a9e4851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheque.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct()
{
$this->name = 'cheque';
$this->tab = 'payments_gateways';
$this->version = '3.0.0';
$this->version = '3.1.0';
$this->author = 'thirty bees';
$this->controllers = ['payment', 'validation'];
$this->is_eu_compatible = 1;
Expand Down

0 comments on commit a9e4851

Please sign in to comment.