Skip to content

Commit

Permalink
build: publish #8.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiang-at-wiris committed Jan 9, 2025
1 parent a67c1be commit 749fa71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

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

$plugin->version = 2024110400;
$plugin->release = '8.8.1';
$plugin->version = 2025010900;
$plugin->release = '8.8.2';
$plugin->requires = 2012120300;
$plugin->component = 'tiny_wiris';
$plugin->dependencies = ['filter_wiris' => 2024110400];
$plugin->dependencies = ['filter_wiris' => 2025010900];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 749fa71

Please sign in to comment.