Skip to content

Commit

Permalink
Fix version in version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva authored Dec 16, 2024
1 parent 288e265 commit 4abf2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

$plugin->version = 2024161200;
$plugin->version = 2024121600;
$plugin->requires = 2021051700; // Moodle 3.11.
$plugin->component = 'availability_mobileapp';
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 4abf2df

Please sign in to comment.