Compare commits
No commits in common. "c05d0f9ddd9bba66e512c773fae1712243b2cfae" and "7eb4efd423328f3a619bc323119e3842bad47d90" have entirely different histories.
c05d0f9ddd
...
7eb4efd423
2 changed files with 2 additions and 3 deletions
|
@ -16,8 +16,7 @@
|
|||
"MultiActionBar_Update",
|
||||
"SetActionBarToggles",
|
||||
"SaveBindings",
|
||||
"SlashCmdList",
|
||||
"GetAddOnMetadata"
|
||||
"SlashCmdList"
|
||||
],
|
||||
"runtime.version": "Lua 5.1",
|
||||
"type.inferParamType": true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
local _, u = ...
|
||||
u.version = GetAddOnMetadata("ImbusBinds", "Version")
|
||||
u.version = "v0.1.4"
|
||||
|
||||
-- https://wowpedia.fandom.com/wiki/BindingID
|
||||
local myBinds = {
|
||||
|
|
Loading…
Add table
Reference in a new issue