diff --git a/README b/README index 42095f0f..94e0b7d7 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Replace Text Extension - Version 0.1 + Version 0.1.1 Yaron Koren This is free software licenced under the GNU General Public Licence. Please diff --git a/ReplaceText.php b/ReplaceText.php index ecd9d2ab..a27a5fe4 100644 --- a/ReplaceText.php +++ b/ReplaceText.php @@ -16,7 +16,7 @@ * the page provides a warning prompt to the user before doing the * replacement, since it is not easily reversible. * - * @version 0.1 + * @version 0.1.1 * @author Yaron Koren */ @@ -43,7 +43,7 @@ function grSetupExtension() { // credits $wgExtensionCredits['specialpage'][] = array( 'name' => 'Replace Text', - 'version' => '0.1', + 'version' => '0.1.1', 'author' => 'Yaron Koren', 'url' => 'http://www.mediawiki.org/wiki/Extension:Text_Replace', 'description' => 'A special page that lets administrators run a global search-and-replace',