Quantcast

- TOC 60000

Phanx [10-16-14 - 14:00]
- TOC 60000
Filename
LibRealmInfo.toc
LibRealmInfo/LibRealmInfo.lua
diff --git a/LibRealmInfo.toc b/LibRealmInfo.toc
index ef5c90d..a8667bd 100644
--- a/LibRealmInfo.toc
+++ b/LibRealmInfo.toc
@@ -1,5 +1,5 @@
-## Interface: 50400
-## Version: 7
+## Interface: 60000
+## Version: 8

 ## Title: Lib: Realm Info
 ## Notes: Library to provide information about realms.
diff --git a/LibRealmInfo/LibRealmInfo.lua b/LibRealmInfo/LibRealmInfo.lua
index 419195f..c3edc4b 100644
--- a/LibRealmInfo/LibRealmInfo.lua
+++ b/LibRealmInfo/LibRealmInfo.lua
@@ -9,7 +9,7 @@
 	http://www.wowinterface.com/downloads/info22987-LibRealmInfo
 ----------------------------------------------------------------------]]

-local MAJOR, MINOR = "LibRealmInfo", 3
+local MAJOR, MINOR = "LibRealmInfo", 8
 assert(LibStub, MAJOR.." requires LibStub")
 local lib, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 if not lib then return end