From 295da638be1a005a889b06aae1a647fb09f56be2 Mon Sep 17 00:00:00 2001 From: Snickser Date: Sun, 21 Jul 2024 09:20:07 +0300 Subject: [PATCH] version --- README.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 944f73b..66b9084 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## CryptoCloud payment gateway plugin for Moodle. -v0.11 +v0.12 https://cryptocloud.plus/ diff --git a/version.php b/version.php index 745b9e9..e13d01c 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024051600; +$plugin->version = 2024072100; $plugin->requires = 2023100900; $plugin->component = 'paygw_cryptocloud'; -$plugin->release = '0.11'; +$plugin->release = '0.12'; $plugin->maturity = MATURITY_STABLE;