Browse Source

Atualizada a versão do iTarefa

Igor 5 years ago
parent
commit
e2e855ac69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version.php

+ 1 - 1
version.php

@@ -86,7 +86,7 @@ defined('MOODLE_INTERNAL') || die();
 // v 1.0 2012/10/16
 $plugin->component = 'mod_iassign';  // Full name of the plugin (used for diagnostics)
 $plugin->release = '2.4.00 (Build: 2018031000)'; // Human-readable version name
-$plugin->version = 2018031000;                   // The current module version (Date: YYYYMMDDXX)
+$plugin->version = 2019011100;                   // The current module version (Date: YYYYMMDDXX)
 $plugin->requires = 2014021100;      // Requires this Moodle version since 3.0.0)
 $plugin->maturity = MATURITY_STABLE; // How stable the plugin is: MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE (Moodle 2.0 and above)
 $plugin->cron = 60;