Skip to content

Commit

Permalink
Fix missing libs in toc file, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Dec 10, 2019
1 parent 59093f4 commit 240be61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TranqRotate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TranqRotate = select(2, ...)

local L = TranqRotate.L
local ACR = LibStub("AceConfigRegistry-3.0", true)
TranqRotate.version = "1.0.0"
TranqRotate.version = "1.0.1"

local TranqShot = GetSpellInfo(19801)
--local TranqShot = GetSpellInfo(14287) --Arcane shot for testing
Expand Down
12 changes: 11 additions & 1 deletion TranqRotate.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
## Title: TranqRotate
## Notes: A tranqshot rotation assistant
## Author: Slivo
## Version: 1.0.0
## Version: 1.0.1
## SavedVariables: TranqRotateDb
## OptionalDeps: Ace3

#@no-lib-strip@
libs\LibStub\LibStub.lua
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
libs\AceDB-3.0\AceDB-3.0.xml
libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
libs\AceGUI-3.0\AceGUI-3.0.xml
libs\AceConfig-3.0\AceConfig-3.0.xml
#@end-no-lib-strip@

locales\enUS.lua
locales\frFR.lua
Expand Down

0 comments on commit 240be61

Please sign in to comment.