Skip to content

Commit

Permalink
Updated version.php for v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wisdmyogeshshirsath committed Sep 29, 2020
1 parent a7186d8 commit c2c960a
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 @@ -23,8 +23,8 @@

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

$plugin->version = 2020090200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.8';
$plugin->version = 2020092900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.9';
$plugin->requires = 2017111300; // Requires this Moodle version (Moodle V3.4.0).
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'format_remuiformat'; // Full name of the plugin (used for diagnostics).

0 comments on commit c2c960a

Please sign in to comment.