chore: first official release

This commit is contained in:
Owen Gretzinger
2025-07-13 20:48:07 -04:00
parent 2e57871793
commit 5881893e94
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -106,5 +106,5 @@ esac
echo ""
echo "🎯 Next steps:"
echo " 1. Test the app to make sure everything works"
echo " 2. Run ./build_release.sh to create a release"
echo " 2. Run ./scripts/build_release.sh to create a release"
echo " 3. The new version will be: $(grep -m1 "MARKETING_VERSION" "$PROJECT_FILE" | sed 's/.*= \(.*\);/\1/')"