2 Commits

Author SHA1 Message Date
john-okeefe b6bdee4df6 chore: bump version to 1.5.1 2026-05-27 17:41:27 -04:00
john-okeefe cbda217d18 chore: add compiled AniTrack binary to .gitignore
The project's compiled binary (AniTrack) was not covered by existing
gitignore patterns. Only platform-specific extensions like .exe, .dll,
.so, and .dylib were ignored. Add the bare binary name to prevent the
locally-built executable from appearing as an untracked file.
2026-05-27 17:41:19 -04:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -36,3 +36,4 @@ http-client.private.env.json
# Build artifacts # Build artifacts
build/*.tar.gz build/*.tar.gz
AniTrack
+1 -1
View File
@@ -12,6 +12,6 @@
}, },
"info": { "info": {
"productName": "AniTrack", "productName": "AniTrack",
"productVersion": "1.5.0" "productVersion": "1.5.1"
} }
} }