From e338160ccae271dd1f65c42a2ef887817e962ef2 Mon Sep 17 00:00:00 2001 From: Anonomit Date: Tue, 20 Jun 2023 20:48:43 -0400 Subject: [PATCH] Bump minor version --- ItemCache.lua | 2 +- ItemCache.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ItemCache.lua b/ItemCache.lua index 2af6d8f..a069308 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, 4 +local MAJOR, MINOR = ADDON_NAME, 5 local ItemCache, oldMinor = LibStub:NewLibrary(MAJOR, MINOR) if not ItemCache and not IsStandalone then return diff --git a/ItemCache.toc b/ItemCache.toc index f48fc0c..e8cd7b8 100644 --- a/ItemCache.toc +++ b/ItemCache.toc @@ -1,7 +1,7 @@ ## Interface: 30402 ## Interface-Wrath: 30402 ## Interface-Classic: 11403 -## Version: 1.4.1 +## Version: 1.4.0 ## Author: Anonomit ## X-Curse-Project-ID: 591277