Skip to content

Commit

Permalink
bumped module version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjon committed May 15, 2017
1 parent 903e40f commit b6e8885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paysera.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct()
{
$this->name = 'paysera';
$this->author = 'Šarūnas Jonušas';
$this->version = '1.1.0';
$this->version = '1.2.0';
$this->tab = 'payments_gateways';
$this->compatibility = ['min' => '1.7.1.0', 'max' => _PS_VERSION_];
$this->controllers = ['redirect', 'callback', 'accept', 'cancel', 'validation'];
Expand Down

0 comments on commit b6e8885

Please sign in to comment.