Skip to content

Commit

Permalink
Update LunaUnitFrames.lua
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Aviana authored Jul 18, 2016
1 parent aed9022 commit a221e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LunaUnitFrames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LunaUF = AceLibrary("AceAddon-2.0"):new("AceEvent-2.0", "AceConsole-2.0", "AceDB
LunaUF:RegisterDB("LunaDB")

-- Assets ----------------------------------------------------------------------------------
LunaUF.Version = 2007
LunaUF.Version = 2008
LunaUF.BS = AceLibrary("Babble-Spell-2.2")
LunaUF.Banzai = AceLibrary("Banzai-1.0")
LunaUF.HealComm = AceLibrary("HealComm-1.0")
Expand Down Expand Up @@ -1123,4 +1123,4 @@ function LunaUF:LoadUnits()
for _, type in pairs(self.unitList) do
self.Units:InitializeFrame(type)
end
end
end

0 comments on commit a221e88

Please sign in to comment.