2 Commits

Author SHA1 Message Date
6a662cdf6e chore: bump version to 1.0.0
Update productVersion from 0.7.0 to 1.0.0 in Wails project
configuration to reflect the first major release milestone.
2026-04-24 19:39:08 -04:00
2a9777872f chore: update author email address
Change contact email from jokeefe@fastmail.com to admin@linuxhg.com
in the Wails project configuration.
2026-04-24 19:38:56 -04:00

View File

@@ -8,10 +8,10 @@
"frontend:dev:serverUrl": "auto", "frontend:dev:serverUrl": "auto",
"author": { "author": {
"name": "John O'Keefe", "name": "John O'Keefe",
"email": "jokeefe@fastmail.com" "email": "admin@linuxhg.com"
}, },
"info": { "info": {
"productName": "AniTrack", "productName": "AniTrack",
"productVersion": "0.7.0" "productVersion": "1.0.0"
} }
} }