Skip to content

Commit

Permalink
Require 3.10 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva authored Dec 16, 2024
1 parent eba26be commit 288e265
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 @@ -24,8 +24,8 @@

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

$plugin->version = 2021060200;
$plugin->requires = 2016120500; // Moodle 3.2.
$plugin->version = 2024161200;
$plugin->requires = 2021051700; // Moodle 3.11.
$plugin->component = 'availability_mobileapp';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.0';
$plugin->release = '4.5';

0 comments on commit 288e265

Please sign in to comment.