Compare commits
No commits in common. "master" and "v0.1.4" have entirely different histories.
8 changed files with 7 additions and 21 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 = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Interface: 30300
|
||||
## Title: ImbusBinds
|
||||
## Author: Imbus
|
||||
## Version: v0.1.5
|
||||
## Version: 0.1.2
|
||||
## Notes: Simple addon for a sane default keybind setup
|
||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Interface: 100107
|
||||
## Title: ImbusBinds
|
||||
## Author: Imbus
|
||||
## Version: v0.1.5
|
||||
## Version: 0.1.2
|
||||
## Notes: Simple addon for a sane default keybind setup
|
||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Interface: 11200
|
||||
## Title: ImbusBinds
|
||||
## Author: Imbus
|
||||
## Version: v0.1.5
|
||||
## Version: 0.1.2
|
||||
## Notes: Simple addon for a sane default keybind setup
|
||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Interface: 30300
|
||||
## Title: ImbusBinds
|
||||
## Author: Imbus
|
||||
## Version: v0.1.5
|
||||
## Version: 0.1.2
|
||||
## Notes: Simple addon for a sane default keybind setup
|
||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Interface: 30403
|
||||
## Title: ImbusBinds
|
||||
## Author: Imbus
|
||||
## Version: v0.1.5
|
||||
## Version: 0.1.2
|
||||
## Notes: Simple addon for a sane default keybind setup
|
||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $# -ne 1 ]]; then
|
||||
echo "Usage: $0 <semver>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SEMVER="$1"
|
||||
|
||||
# Update all *.toc files
|
||||
sed -i -E "s/^(## Version: ).*/\1$SEMVER/" ./*.toc
|
||||
|
||||
echo "Updated all .toc files with version $SEMVER"
|
Loading…
Add table
Reference in a new issue