Skip to content

Commit a50f8b6

Browse files
authored
Update plugin version and release to v1.3
1 parent ce320ba commit a50f8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
defined('MOODLE_INTERNAL') || die();
2525

2626
$plugin->component = 'local_learningtools';
27-
$plugin->version = 2025051502;
28-
$plugin->release = 'v1.2';
27+
$plugin->version = 2025051503;
28+
$plugin->release = 'v1.3';
2929
$plugin->requires = 2022041900; // Moodle 4.0.
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->supported = [400, 405];

0 commit comments

Comments
 (0)