Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton authored Sep 29, 2022
1 parent 3d03b44 commit 1fdc3c1
Showing 1 changed file with 2 additions and 2 deletions.
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 = 2022020700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '4.0.0'; // The plugin's latest Moodle version tested with.
$plugin->version = 2022092900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '4.1.0'; // The plugin's latest Moodle version tested with.
$plugin->requires = 2015111600; // Requires this Moodle version.
$plugin->component = 'tinymce_sketch';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 1fdc3c1

Please sign in to comment.