Skip to content

Commit

Permalink
Ready for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Apr 17, 2020
1 parent f5eb1d0 commit 6b91567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 6b91567

Please sign in to comment.