From d265a9f78c5f415e37b5a89ad8add52d43e94200 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 6 Nov 2025 08:56:33 -0700 Subject: [PATCH] chore: bump version and add "-beta" --- BUILDING.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 7a31eaf762..0928cf66da 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1197,7 +1197,8 @@ npm run build:ios:prod - It can take 15 minutes for the build to show up in the list of builds. - You'll probably have to "Manage" something about encryption, disallowed in France. - Then "Save" and "Add to Review" and "Resubmit to App Review". -- Eventually it'll be "Ready for Distribution" which means +- Eventually it'll be "Ready for Distribution" which means it's live +- When finished, bump package.json version ### Android Build @@ -1379,6 +1380,8 @@ At play.google.com/console: - Note that if you add testers, you have to go to "Publishing Overview" and send those changes or your (closed) testers won't see it. +- When finished, bump package.json version + ### Capacitor Operations ```bash diff --git a/package-lock.json b/package-lock.json index 2e78751692..1f4e5f1939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timesafari", - "version": "1.1.2", + "version": "1.1.3-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "timesafari", - "version": "1.1.2", + "version": "1.1.3-beta", "dependencies": { "@capacitor-community/electron": "^5.0.1", "@capacitor-community/sqlite": "6.0.2", diff --git a/package.json b/package.json index 17d61ce297..9daf12b90a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timesafari", - "version": "1.1.2", + "version": "1.1.3-beta", "description": "Time Safari Application", "author": { "name": "Time Safari Team"