Skip to content

Commit

Permalink
Merge pull request #38 from Snickser/dev
Browse files Browse the repository at this point in the history
version
  • Loading branch information
Snickser authored May 16, 2024
2 parents 3b7865d + 1d21d89 commit bde508b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## CryptoCloud payment gateway plugin for Moodle.

v0.10
v0.11

https://cryptocloud.plus/

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit bde508b

Please sign in to comment.