Release 1.1.0

This commit is contained in:
2025-05-06 23:05:55 +02:00
parent b43608b724
commit b9a671b0f2
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ echo "Tag: $TAG"
echo "Building the thing..."
sed -i "s/## Version: .*/## Version: $TAG/" ActionBarSaverDaved.toc
sed -i "s/local VERSION = .*/local VERSION = \"$TAG\"/" ActionBarSaverDaved.lua
git add ActionBarSaverDaved.toc ActionBarSaverDaved.lua
git commit -m "Release $TAG"
git tag -f $TAG