From 3717d5ba093c8d3bddffccb17e30cd75bd27ffe0 Mon Sep 17 00:00:00 2001 From: Phanx Date: Sun, 2 Nov 2014 22:24:13 -0800 Subject: [PATCH] Prep for tag --- LibRealmInfo.toc | 2 +- LibRealmInfo/LibRealmInfo.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LibRealmInfo.toc b/LibRealmInfo.toc index 010af8e..b9583bb 100644 --- a/LibRealmInfo.toc +++ b/LibRealmInfo.toc @@ -1,5 +1,5 @@ ## Interface: 60000 -## Version: Beta 10 +## Version: 9 ## Title: Lib: Realm Info ## Notes: Library to provide information about realms. diff --git a/LibRealmInfo/LibRealmInfo.lua b/LibRealmInfo/LibRealmInfo.lua index 2426f8e..49462f7 100644 --- a/LibRealmInfo/LibRealmInfo.lua +++ b/LibRealmInfo/LibRealmInfo.lua @@ -9,7 +9,7 @@ http://www.wowinterface.com/downloads/info22987-LibRealmInfo ----------------------------------------------------------------------]] -local MAJOR, MINOR = "LibRealmInfo", 10 +local MAJOR, MINOR = "LibRealmInfo", 9 assert(LibStub, MAJOR.." requires LibStub") local lib, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not lib then return end -- 1.7.9.5