From 1d21d89b42a9d9c11a98c07d983d595bdc3d203f Mon Sep 17 00:00:00 2001 From: Snickser Date: Thu, 16 May 2024 08:15:06 +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 19838ab..944f73b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## CryptoCloud payment gateway plugin for Moodle. -v0.10 +v0.11 https://cryptocloud.plus/ diff --git a/version.php b/version.php index aa49449..745b9e9 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024050900; +$plugin->version = 2024051600; $plugin->requires = 2023100900; $plugin->component = 'paygw_cryptocloud'; -$plugin->release = '0.10'; +$plugin->release = '0.11'; $plugin->maturity = MATURITY_STABLE;