diff --git a/CHANGELOG.html b/CHANGELOG.html index 01ee73d..023b87f 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -1,3 +1,16 @@ +
+
API
++
Bug Fixes
+
API
diff --git a/ItemCache.lua b/ItemCache.lua index 160ea08..47bdfcc 100644 --- a/ItemCache.lua +++ b/ItemCache.lua @@ -4,7 +4,7 @@ local ADDON_NAME = "ItemCache" local HOST_ADDON_NAME, Data = ... local IsStandalone = ADDON_NAME == HOST_ADDON_NAME -local MAJOR, MINOR = ADDON_NAME, 1 +local MAJOR, MINOR = ADDON_NAME, 2 local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR) if not ItemCache and not IsStandalone then return diff --git a/ItemCache.toc b/ItemCache.toc index 8be846f..c63309c 100644 --- a/ItemCache.toc +++ b/ItemCache.toc @@ -1,5 +1,5 @@ ## Interface: 20504 -## Version: 1.1.0 +## Version: 1.2.0 ## Author: Anonomit ## Title: ItemCache diff --git a/ItemCache_TBC.toc b/ItemCache_TBC.toc index 8be846f..c63309c 100644 --- a/ItemCache_TBC.toc +++ b/ItemCache_TBC.toc @@ -1,5 +1,5 @@ ## Interface: 20504 -## Version: 1.1.0 +## Version: 1.2.0 ## Author: Anonomit ## Title: ItemCache diff --git a/ItemCache_Vanilla.toc b/ItemCache_Vanilla.toc index c0171c0..b66711a 100644 --- a/ItemCache_Vanilla.toc +++ b/ItemCache_Vanilla.toc @@ -1,5 +1,5 @@ ## Interface: 11403 -## Version: 1.1.0 +## Version: 1.2.0 ## Author: Anonomit ## Title: ItemCache