diff --git a/USERNAME.php b/USERNAME.php index b702027..72d019a 100644 --- a/USERNAME.php +++ b/USERNAME.php @@ -1,16 +1,16 @@ 'USERNAME', 'author' => 'UltrasonicNXT/Adam Carter', - 'version' => '1.0', + 'version' => '1.1', 'description' => 'Adds an USERNAME magic word', 'url' => 'https://github.com/Brickimedia/USERNAME', ); $wgExtensionMessagesFiles['USERNAME'] = __DIR__ . '/USERNAME.i18n.magic.php'; $wgAutoloadClasses['USERNAME'] = __DIR__ . '/USERNAME.hooks.php'; $wgHooks['MagicWordwgVariableIDs'][] = 'USERNAME::setup'; $wgHooks['ParserGetVariableValueSwitch'][] = 'USERNAME::run'; \ No newline at end of file