Skip to content

Commit d610e5e

Browse files
committed
Merge branch 'release-0.69.3' into develop
2 parents 74f284f + 3427092 commit d610e5e

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG.md

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

1010
To check the difference between the last releaes and the latest dev status, click the link above.
1111

12+
## [0.69.3] - 2022-11-28
13+
14+
### Fixed
15+
16+
1. Fix "File does not exist" error when deleting an asset (#2339)
17+
2. Fix NUM price status after a product is unlisted (#2336)
18+
3. Improve camera zoom in/out sensitivity (#2330)
19+
4. Fix Android Store uploading error by updating Android API to version 32 (#2325)
20+
1221
## [0.69.2] - 2022-11-17
1322

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

1915-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.69.2...HEAD
1924+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.69.3...HEAD
1925+
[0.69.3]: https://github.com/numbersprotocol/capture-lite/compare/0.69.2...0.69.3
19161926
[0.69.2]: https://github.com/numbersprotocol/capture-lite/compare/0.69.1...0.69.2
19171927
[0.69.1]: https://github.com/numbersprotocol/capture-lite/compare/0.69.0...0.69.1
19181928
[0.69.0]: https://github.com/numbersprotocol/capture-lite/compare/0.68.0...0.69.0

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.numbersprotocol.capturelite"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 452
10-
versionName "0.69.2"
9+
versionCode 453
10+
versionName "0.69.3"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildFeatures {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
INFOPLIST_FILE = App/Info.plist;
371371
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
372372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373-
MARKETING_VERSION = 0.69.2;
373+
MARKETING_VERSION = 0.69.3;
374374
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
375375
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
376376
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -397,7 +397,7 @@
397397
INFOPLIST_FILE = App/Info.plist;
398398
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
399399
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
400-
MARKETING_VERSION = 0.69.2;
400+
MARKETING_VERSION = 0.69.3;
401401
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
402402
PRODUCT_NAME = "$(TARGET_NAME)";
403403
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;

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.69.2",
3+
"version": "0.69.3",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)