Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuneras committed Oct 26, 2015
1 parent d0018db commit 7099321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

defined('MOODLE_INTERNAL') || die;
// The current module version (Date: YYYYMMDDXX)
$plugin->version = 2015072200;
$plugin->version = 2015102501;
// Requires this Moodle version
$plugin->requires = 2015050500;
$plugin->requires = 2015050500;
// Full name of the plugin (used for diagnostics)
$plugin->component = 'theme_archaius';
$plugin->release = 'Archaius Tigris v-1.3.0';
Expand Down

0 comments on commit 7099321

Please sign in to comment.