diff --git a/README.md b/README.md index 9eda1bd..19aa4f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Robokassa payment gateway plugin for Moodle. -Version 2.0 +Version 2.1 https://robokassa.com diff --git a/version.php b/version.php index 07971e9..ee7f57c 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024071301; +$plugin->version = 2024071400; $plugin->requires = 2023100900; $plugin->component = 'paygw_robokassa'; -$plugin->release = '2.0'; +$plugin->release = '2.1'; $plugin->maturity = MATURITY_STABLE;