diff --git a/Libs/ItemCache/ItemCache.lua b/Libs/ItemCache/ItemCache.lua index 160ea08..47bdfcc 100644 --- a/Libs/ItemCache/ItemCache.lua +++ b/Libs/ItemCache/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