Skip to content

Commit 4d54265

Browse files
committed
chore: bump app version to 0.95.1
1 parent 1173b15 commit 4d54265

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.95.0] - 2024-05-29
10+
## [0.95.1] - 2024-05-30
1111

12-
### Added
12+
### Changed
13+
14+
1. Adjust the C2PA loading text and pass the current URL for returning back [#3248](https://github.com/numbersprotocol/capture-lite/pull/3248)
15+
16+
## [0.95.0] - 2024-05-29
1317

1418
### Changed
1519

@@ -2319,7 +2323,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
23192323
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
23202324
- Android - the APK file `app-debug.apk` is attached to this release
23212325

2322-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.95.0...HEAD
2326+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.95.1...HEAD
2327+
[0.95.1]: https://github.com/numbersprotocol/capture-lite/compare/0.95.0...0.95.1
23232328
[0.95.0]: https://github.com/numbersprotocol/capture-lite/compare/0.94.0...0.95.0
23242329
[0.94.0]: https://github.com/numbersprotocol/capture-lite/compare/0.93.0...0.94.0
23252330
[0.93.0]: https://github.com/numbersprotocol/capture-lite/compare/0.92.0...0.93.0

android/app/build.gradle

+2-2
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 950
11-
versionName "0.95.0"
10+
versionCode 951
11+
versionName "0.95.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildFeatures {

ios/App/App.xcodeproj/project.pbxproj

+4-4
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 = 950;
375+
CURRENT_PROJECT_VERSION = 951;
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.95.0;
381+
MARKETING_VERSION = 0.95.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 = 950;
402+
CURRENT_PROJECT_VERSION = 951;
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.95.0;
408+
MARKETING_VERSION = 0.95.1;
409409
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
410410
PRODUCT_NAME = "$(TARGET_NAME)";
411411
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV6;

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.95.0",
3+
"version": "0.95.1",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)