Browse Source

chore: bump version to 1.0.10

pull/177/head
Trent Larson 3 weeks ago
parent
commit
3ea4dd6f9d
  1. 2
      BUILDING.md
  2. 10
      CHANGELOG.md
  3. 4
      android/app/build.gradle
  4. 4
      package-lock.json
  5. 2
      package.json

2
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
```

10
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

4
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.

4
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",

2
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"

Loading…
Cancel
Save