wdio-mediawiki: fix @since versions
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Mon, 16 Sep 2019 16:39:08 +0000 (18:39 +0200)
committerLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Mon, 16 Sep 2019 16:39:50 +0000 (18:39 +0200)
The initial version of this package (added in change I547a7899e7, commit
16a4d9da7b) was 0.1.0, not 1.0.0.

Change-Id: I39511be15ea8ec27692f8547f375349bb6384a6b

tests/selenium/wdio-mediawiki/Api.js

index 6b674b9..35bcbf7 100644 (file)
@@ -7,7 +7,7 @@ module.exports = {
         * Shortcut for `MWBot#edit( .. )`.
         * Default username, password and base URL is used unless specified
         *
-        * @since 1.0.0
+        * @since 0.1.0
         * @see <https://www.mediawiki.org/wiki/API:Edit>
         * @param {string} title
         * @param {string} content
@@ -36,7 +36,7 @@ module.exports = {
        /**
         * Shortcut for `MWBot#delete( .. )`.
         *
-        * @since 1.0.0
+        * @since 0.1.0
         * @see <https://www.mediawiki.org/wiki/API:Delete>
         * @param {string} title
         * @param {string} reason
@@ -57,7 +57,7 @@ module.exports = {
        /**
         * Shortcut for `MWBot#request( { acount: 'createaccount', .. } )`.
         *
-        * @since 1.0.0
+        * @since 0.1.0
         * @see <https://www.mediawiki.org/wiki/API:Account_creation>
         * @param {string} username
         * @param {string} password