diff --git a/paysera.php b/paysera.php index 70e0897..7a17627 100644 --- a/paysera.php +++ b/paysera.php @@ -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'];