Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucionescu committed Sep 8, 2023
1 parent 138ea00 commit fa007a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified paylikepayment.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion paylikepayment/paylikepayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PaylikePayment extends PaymentModule {
public function __construct() {
$this->name = 'paylikepayment';
$this->tab = 'payments_gateways';
$this->version = '1.1.1';
$this->version = '1.2.0';
$this->author = 'DerikonDevelopment';
$this->bootstrap = true;
$this->module_key = '1d083bab290f652fb6fb7ae35f9f0942';
Expand Down

0 comments on commit fa007a3

Please sign in to comment.