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",
|
"MultiActionBar_Update",
|
||||||
"SetActionBarToggles",
|
"SetActionBarToggles",
|
||||||
"SaveBindings",
|
"SaveBindings",
|
||||||
"SlashCmdList",
|
"SlashCmdList"
|
||||||
"GetAddOnMetadata"
|
|
||||||
],
|
],
|
||||||
"runtime.version": "Lua 5.1",
|
"runtime.version": "Lua 5.1",
|
||||||
"type.inferParamType": true,
|
"type.inferParamType": true,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
local _, u = ...
|
local _, u = ...
|
||||||
u.version = GetAddOnMetadata("ImbusBinds", "Version")
|
u.version = "v0.1.4"
|
||||||
|
|
||||||
-- https://wowpedia.fandom.com/wiki/BindingID
|
-- https://wowpedia.fandom.com/wiki/BindingID
|
||||||
local myBinds = {
|
local myBinds = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue