Yaron Koren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/199928

Change subject: Version 1.0.1
......................................................................

Version 1.0.1

Change-Id: Ie6bf1652ca43a2920c1874cf872ef7521a346481
---
M README
M ReplaceText.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ReplaceText 
refs/changes/28/199928/1

diff --git a/README b/README
index b4c29b2..749b75d 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Replace Text Extension
 
-        Version 1.0
+        Version 1.0.1
         Yaron Koren and Niklas Laxström
 
 This is free software licenced under the GNU General Public Licence. Please
diff --git a/ReplaceText.php b/ReplaceText.php
index 20df86a..e80ba2d 100644
--- a/ReplaceText.php
+++ b/ReplaceText.php
@@ -19,7 +19,7 @@
 
 if ( !defined( 'MEDIAWIKI' ) ) { die(); }
 
-define( 'REPLACE_TEXT_VERSION', '1.0' );
+define( 'REPLACE_TEXT_VERSION', '1.0.1' );
 
 // credits
 $wgExtensionCredits['specialpage'][] = array(

-- 
To view, visit https://gerrit.wikimedia.org/r/199928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6bf1652ca43a2920c1874cf872ef7521a346481
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ReplaceText
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to