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