diff --git a/README.md b/README.md index cfed317..8721d3c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Payeer payment gateway plugin for Moodle. -Version 0.1 +Version 0.2 https://payeer.com diff --git a/version.php b/version.php index df8ac95..b6228a5 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024051700; +$plugin->version = 2024051701; $plugin->requires = 2023100900; $plugin->component = 'paygw_payeer'; -$plugin->release = '0.1'; +$plugin->release = '0.2'; $plugin->maturity = MATURITY_STABLE;