diff options
author | Valentin Popov <info@valentineus.link> | 2018-11-01 23:36:09 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-11-02 00:07:14 +0300 |
commit | d8f3a9f3edf66fad0af84a703e39e45911f37d85 (patch) | |
tree | fb73b9abcb557b7f86d026a1294315c958e79432 /version.php | |
parent | f9772b1fb97b81468793388ed8af3c06f4f3e279 (diff) | |
download | local_webhooks-d8f3a9f3edf66fad0af84a703e39e45911f37d85.tar.xz local_webhooks-d8f3a9f3edf66fad0af84a703e39e45911f37d85.zip |
Formatting code and eliminating possible errors
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/version.php b/version.php index 4e95118..7b5dfda 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->release = "3.0.1 (Build: 2018061900)"; -$plugin->version = 2018061900; -$plugin->requires = 2016112900; -$plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_STABLE;
\ No newline at end of file +$plugin->release = '3.0.1 (Build: 2018061900)'; +$plugin->version = 2018061900; +$plugin->requires = 2016112900; +$plugin->component = 'local_webhooks'; +$plugin->maturity = MATURITY_STABLE;
\ No newline at end of file |