version update

This commit is contained in:
O K
2025-05-31 16:31:04 +03:00
parent 9c7cfff5d6
commit 7bd84d8582
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ class Hutko extends PaymentModule
{
$this->name = 'hutko';
$this->tab = 'payments_gateways';
$this->version = '1.1.0';
$this->version = '1.1.1';
$this->author = 'Hutko';
$this->bootstrap = true;
parent::__construct();