From 3ea4dd6f9db416b5d1aa6754321c19864c26f96e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 25 Aug 2025 08:49:03 -0600 Subject: [PATCH] chore: bump version to 1.0.10 --- BUILDING.md | 2 +- CHANGELOG.md | 10 ++++++++++ android/app/build.gradle | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 1cc9d74d..73f5265b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -364,7 +364,7 @@ Prerequisites: macOS with Xcode installed 4. Bump the version to match Android & package.json: ``` - cd ios/App && xcrun agvtool new-version 43 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.0.9;/g" App.xcodeproj/project.pbxproj && cd - + cd ios/App && xcrun agvtool new-version 44 && perl -p -i -e "s/MARKETING_VERSION = .*;/MARKETING_VERSION = 1.0.10;/g" App.xcodeproj/project.pbxproj && cd - # Unfortunately this edits Info.plist directly. #xcrun agvtool new-marketing-version 0.4.5 ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c356b34..feb005e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.10] - 2025.08.25 +### Fixed +- Now shows confirmable claims 30 minutes before meeting starts + + +## [1.0.9] - 2025.08.20 +### Fixed +- Deep link errors for meeting members + + ## [1.0.6] - 2025.08.09 ### Fixed - Deep link errors where none would validate diff --git a/android/app/build.gradle b/android/app/build.gradle index 12f9691f..2bd12656 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "app.timesafari.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 43 - versionName "1.0.9" + versionCode 44 + versionName "1.0.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package-lock.json b/package-lock.json index abc6e934..4d8d38c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timesafari", - "version": "1.0.10-beta", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "timesafari", - "version": "1.0.10-beta", + "version": "1.0.10", "dependencies": { "@capacitor-community/sqlite": "6.0.2", "@capacitor-mlkit/barcode-scanning": "^6.0.0", diff --git a/package.json b/package.json index afd3c178..7093e407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timesafari", - "version": "1.0.10-beta", + "version": "1.0.10", "description": "Time Safari Application", "author": { "name": "Time Safari Team"