Compare commits
No commits in common. "295dc15844a0a8b37c75a33e85c3a3c4a971e8c8" and "c05d0f9ddd9bba66e512c773fae1712243b2cfae" have entirely different histories.
295dc15844
...
c05d0f9ddd
6 changed files with 5 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: ImbusBinds
|
## Title: ImbusBinds
|
||||||
## Author: Imbus
|
## Author: Imbus
|
||||||
## Version: v0.1.5
|
## Version: 0.1.2
|
||||||
## Notes: Simple addon for a sane default keybind setup
|
## Notes: Simple addon for a sane default keybind setup
|
||||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Interface: 100107
|
## Interface: 100107
|
||||||
## Title: ImbusBinds
|
## Title: ImbusBinds
|
||||||
## Author: Imbus
|
## Author: Imbus
|
||||||
## Version: v0.1.5
|
## Version: 0.1.2
|
||||||
## Notes: Simple addon for a sane default keybind setup
|
## Notes: Simple addon for a sane default keybind setup
|
||||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Interface: 11200
|
## Interface: 11200
|
||||||
## Title: ImbusBinds
|
## Title: ImbusBinds
|
||||||
## Author: Imbus
|
## Author: Imbus
|
||||||
## Version: v0.1.5
|
## Version: 0.1.2
|
||||||
## Notes: Simple addon for a sane default keybind setup
|
## Notes: Simple addon for a sane default keybind setup
|
||||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: ImbusBinds
|
## Title: ImbusBinds
|
||||||
## Author: Imbus
|
## Author: Imbus
|
||||||
## Version: v0.1.5
|
## Version: 0.1.2
|
||||||
## Notes: Simple addon for a sane default keybind setup
|
## Notes: Simple addon for a sane default keybind setup
|
||||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## Interface: 30403
|
## Interface: 30403
|
||||||
## Title: ImbusBinds
|
## Title: ImbusBinds
|
||||||
## Author: Imbus
|
## Author: Imbus
|
||||||
## Version: v0.1.5
|
## Version: 0.1.2
|
||||||
## Notes: Simple addon for a sane default keybind setup
|
## Notes: Simple addon for a sane default keybind setup
|
||||||
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
## URL: https://git.silversoft.se/Imbus/ImbusBinds
|
||||||
## IconTexture: Interface\Icons\Inv_qiraj_jewelglyphed
|
## 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