From 7f611c3b701a48fd9099db4b3b3ae0ecb285a158 Mon Sep 17 00:00:00 2001 From: jfederico Date: Thu, 17 Aug 2017 16:04:14 +0000 Subject: [PATCH] Bumped up version tag for releasing hotfix --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 53311cb..d3a263a 100755 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017080100; +$plugin->version = 2017080101; $plugin->requires = 2015051100; $plugin->component = 'atto_recordrtc'; $plugin->maturity = MATURITY_BETA; -$plugin->release = '1.0-b1'; +$plugin->release = '1.0-b2';