Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-web committed Dec 18, 2023
1 parent 1d27625 commit 0ee0341
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 @@ -34,9 +34,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023121800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023121801; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2019111800; // Requires this Moodle version.
$plugin->supported = [38, 403]; // Moodle versions.
$plugin->component = 'filter_jsxgraph'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v1.6.2'; // JSXGraph + filter version.
$plugin->release = 'v1.6.2-patch'; // JSXGraph + filter version.

0 comments on commit 0ee0341

Please sign in to comment.