From 0b9f19cb080d19debd90969236302bc822b2109b Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 16 Sep 2026 08:55:31 -0400 Subject: [PATCH] chore(release): bump version to 1.99.1 Version bump for the updater live-proof cycle (NOT a release: no tag). Carries the signed-asset CI path so the 1.99.1-rc1 pre-release publishes AniTrack-linux-amd64 plus sidecars for the beta-channel end-to-end test. --- build/config.yml | 2 +- wails.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/config.yml b/build/config.yml index 4929c6d..124e1ac 100644 --- a/build/config.yml +++ b/build/config.yml @@ -10,7 +10,7 @@ info: productIdentifier: "com.linuxhg.anitrack" description: "Track anime watchlists across AniList, MyAnimeList, and Simkl" copyright: "John O'Keefe" - version: "1.99.0" + version: "1.99.1" # Dev mode configuration dev_mode: diff --git a/wails.json b/wails.json index 1771250..c1acfcd 100644 --- a/wails.json +++ b/wails.json @@ -13,6 +13,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "1.99.0" + "productVersion": "1.99.1" } }