From 6b9156756fc3f5424e1ae38f27e40011b6604ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Fri, 17 Apr 2020 12:42:33 +0200 Subject: [PATCH] Ready for 1.0.0 release. --- README.md | 2 +- version.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc7f67b..5cfa62c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Moodle course. Since this functionality is missing but would be greatly appreciated by lecturers who want to create their own scripts to push their lecture materials to their courses using the command line, here's a way to make this possible. -See below for an example cURL command. More featurful clients are available in the `clients/` subdirectory. +See below for an example cURL command. More featureful clients are available in the `clients/` subdirectory. ![Animation of the process](docs/local_ws_fileassistant.gif) diff --git a/version.php b/version.php index d022266..3c36dce 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_ws_fileassistant'; -$plugin->release = '0.2.0'; -$plugin->version = 2020041300; +$plugin->release = '1.0.0'; +$plugin->version = 2020041700; $plugin->requires = 2018120300; -$plugin->maturity = MATURITY_ALPHA; +$plugin->maturity = MATURITY_STABLE;