diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-29 11:57:39 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-29 11:57:39 +0300 |
commit | e1372c6d3492e7d33c03fada598d26d424f9fd40 (patch) | |
tree | 28634acc0c6782a0d4ba8dc1c44f6072c4490d0f /version.php | |
parent | 098514660f6dc0e6c0e693647784a5fc346987d2 (diff) | |
download | local_webhooks-e1372c6d3492e7d33c03fada598d26d424f9fd40.tar.xz local_webhooks-e1372c6d3492e7d33c03fada598d26d424f9fd40.zip |
Change versionv1.1.1
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 1756945..43349ef 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "1.1.0 (Build: 2017102900)"; -$plugin->version = 2017102900; +$plugin->release = "1.1.1 (Build: 2017102910)"; +$plugin->version = 2017102910; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; $plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |