We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2bae3 commit bd6e9ebCopy full SHA for bd6e9eb
version.php
@@ -25,8 +25,8 @@
25
26
defined('MOODLE_INTERNAL') || die;
27
28
-$plugin->version = 2018121800;
+$plugin->version = 2019011100;
29
$plugin->requires = 2013111800; // Require Moodle version (2.6).
30
$plugin->maturity = MATURITY_STABLE;
31
-$plugin->release = '3.6.0-rc'; // This should be the latest Mobile app version
+$plugin->release = '3.6.0'; // This should be the latest Mobile app version
32
$plugin->component = 'local_moodlemobileapp';
0 commit comments