From 63ea34e7fec17172ac0f94a273a887e796667650 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Mon, 16 Sep 2019 18:39:08 +0200 Subject: [PATCH] wdio-mediawiki: fix @since versions 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/selenium/wdio-mediawiki/Api.js b/tests/selenium/wdio-mediawiki/Api.js index 6b674b99f9..35bcbf750f 100644 --- a/tests/selenium/wdio-mediawiki/Api.js +++ b/tests/selenium/wdio-mediawiki/Api.js @@ -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 * @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 * @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 * @param {string} username * @param {string} password -- 2.20.1