Skip to content

Commit c07f1d0

Browse files
committed
chore: bump app version to 0.97.1
1 parent fc6bee2 commit c07f1d0

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.97.1] - 2024-09-20
11+
12+
### Fixed
13+
14+
1. Fix the GitHub workflow issue where deprecated versions of actions/upload-artifact and actions/download-artifact are causing a deployment error. [#3254](https://github.com/numbersprotocol/capture-lite/pull/3254)
15+
1016
## [0.97.0] - 2024-09-20
1117

1218
### Changed
@@ -2344,7 +2350,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
23442350
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
23452351
- Android - the APK file `app-debug.apk` is attached to this release
23462352

2347-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.97.0...HEAD
2353+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.97.1...HEAD
2354+
[0.97.1]: https://github.com/numbersprotocol/capture-lite/compare/0.97.0...0.97.1
23482355
[0.97.0]: https://github.com/numbersprotocol/capture-lite/compare/0.96.0...0.97.0
23492356
[0.96.0]: https://github.com/numbersprotocol/capture-lite/compare/0.95.1...0.96.0
23502357
[0.95.1]: https://github.com/numbersprotocol/capture-lite/compare/0.95.0...0.95.1

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "io.numbersprotocol.capturelite"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 970
11-
versionName "0.97.0"
10+
versionCode 971
11+
versionName "0.97.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildFeatures {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,13 @@
372372
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
373373
CODE_SIGN_IDENTITY = "iPhone Distribution";
374374
CODE_SIGN_STYLE = Manual;
375-
CURRENT_PROJECT_VERSION = 970;
375+
CURRENT_PROJECT_VERSION = 971;
376376
DEVELOPMENT_TEAM = G7NB5YCKAP;
377377
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
378378
INFOPLIST_FILE = App/Info.plist;
379379
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
380380
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
381-
MARKETING_VERSION = 0.97.0;
381+
MARKETING_VERSION = 0.97.1;
382382
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
383383
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
384384
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -399,13 +399,13 @@
399399
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
400400
CODE_SIGN_IDENTITY = "iPhone Distribution";
401401
CODE_SIGN_STYLE = Manual;
402-
CURRENT_PROJECT_VERSION = 970;
402+
CURRENT_PROJECT_VERSION = 971;
403403
DEVELOPMENT_TEAM = G7NB5YCKAP;
404404
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
405405
INFOPLIST_FILE = App/Info.plist;
406406
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
407407
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
408-
MARKETING_VERSION = 0.97.0;
408+
MARKETING_VERSION = 0.97.1;
409409
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
410410
PRODUCT_NAME = "$(TARGET_NAME)";
411411
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV6;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.97.0",
3+
"version": "0.97.1",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)