Compare commits
2 commits
7eb4efd423
...
c05d0f9ddd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c05d0f9ddd | ||
![]() |
56162b82c9 |
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@
|
||||||
"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 = "v0.1.4"
|
u.version = GetAddOnMetadata("ImbusBinds", "Version")
|
||||||
|
|
||||||
-- https://wowpedia.fandom.com/wiki/BindingID
|
-- https://wowpedia.fandom.com/wiki/BindingID
|
||||||
local myBinds = {
|
local myBinds = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue