From 33dfe2e342d888798a98db10b5fef449515e1f49 Mon Sep 17 00:00:00 2001 From: Phanx Date: Thu, 16 Oct 2014 07:00:21 -0700 Subject: [PATCH] - TOC 60000 --- LibRealmInfo.toc | 4 ++-- LibRealmInfo/LibRealmInfo.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.9.5