Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 21, 2023
1 parent c9ed2ce commit e338160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ItemCache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ItemCache.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e338160

Please sign in to comment.