Index: trunk/extensions/ReplaceText/ReplaceText.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | $wgExtensionCredits['specialpage'][] = array( |
25 | 25 | 'path' => __FILE__, |
26 | 26 | 'name' => 'Replace Text', |
27 | | - 'version' => '0.5.0', |
| 27 | + 'version' => '0.5', |
28 | 28 | 'author' => array( 'Yaron Koren', 'Niklas Laxström' ), |
29 | 29 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text', |
30 | 30 | 'description' => 'A special page that lets administrators run a global search-and-replace', |