diff --git a/README.md b/README.md index 97657b2..9d208e0 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ I've noticed that the images this plugin generates are around 18-20kb, give or t * 2017-03-13: v1.0 Initial release. * 2017-03-14: v1.0.1 Use the correct font; update the current user's session with the new image. +* 2017-03-14: v1.0.2 Missed a warning about duplicate admin pages - even though they work as intended. ## Licence diff --git a/version.php b/version.php index 4d897e7..81fdc1c 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_ciabinitialsprofilepics'; -$plugin->version = 2017031400; -$plugin->release = 'Version 1.0'; +$plugin->version = 2017031401; +$plugin->release = 'Version 1.0.2'; $plugin->requires = 2016120500; // 3.2. $plugin->maturity = MATURITY_BETA; $plugin->cron = 0;