From a2cbd4f821df7c4e0ddce5ed37891d5d8559e5c9 Mon Sep 17 00:00:00 2001 From: Andrei Bautu Date: Thu, 12 Nov 2020 15:21:40 +0200 Subject: [PATCH] Bump minor version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7c25828..1cda48d 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111200; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2020111201; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2016051900; // Requires this Moodle version $plugin->component = 'repository_giphy'; // Full name of the plugin (used for diagnostics). -$plugin->release = '1.1'; +$plugin->release = '1.1.1'; $plugin->maturity = MATURITY_STABLE;