Skip to content

Commit fe0c806

Browse files
authored
Merge pull request #3195 from numbersprotocol/fix-revert-to-0.87.1-"restore-part"
2 parents 5576880 + beb22e5 commit fe0c806

File tree

15 files changed

+97
-278
lines changed

15 files changed

+97
-278
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.88.8] - 2024-01-31
11+
12+
### Changed
13+
14+
1. Revert Feat confirm dialog on pull to refresh (#3171)
15+
1. Revert Fix excessive api call (#3157)
16+
1. Revert Feat sort assets in VERIFIED tab by uploaded_at (#3158)
17+
1018
## [0.88.6] - 2024-01-11
1119

1220
### Added
1321

14-
Feature update the NSE domain (#3161)
15-
Feat confirm dialog on pull to refresh (#3171)
16-
Feat sort assets in VERIFIED tab by uploaded_at (#3158)
22+
1. Feature update the NSE domain (#3161)
23+
1. Feat confirm dialog on pull to refresh (#3171)
24+
1. Feat sort assets in VERIFIED tab by uploaded_at (#3158)
1725

1826
### Fixed
1927

20-
Fix excessive api call (#3157)
28+
1. Fix excessive api call (#3157)
2129

2230
## [0.87.1] - 2023-12-04
2331

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

2241-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.88.6...HEAD
2249+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.88.8...HEAD
2250+
[0.88.8]: https://github.com/numbersprotocol/capture-lite/compare/0.88.6...0.88.8
22422251
[0.88.6]: https://github.com/numbersprotocol/capture-lite/compare/0.87.1...0.88.6
22432252
[0.87.1]: https://github.com/numbersprotocol/capture-lite/compare/0.87.0...0.87.1
22442253
[0.87.0]: https://github.com/numbersprotocol/capture-lite/compare/0.86.4...0.87.0

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 886
11-
versionName "0.88.6"
10+
versionCode 888
11+
versionName "0.88.8"
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
@@ -368,13 +368,13 @@
368368
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
369369
CODE_SIGN_IDENTITY = "iPhone Distribution";
370370
CODE_SIGN_STYLE = Manual;
371-
CURRENT_PROJECT_VERSION = 886;
371+
CURRENT_PROJECT_VERSION = 888;
372372
DEVELOPMENT_TEAM = G7NB5YCKAP;
373373
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
374374
INFOPLIST_FILE = App/Info.plist;
375375
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
376376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377-
MARKETING_VERSION = 0.88.6;
377+
MARKETING_VERSION = 0.88.8;
378378
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
379379
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
380380
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -395,13 +395,13 @@
395395
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
396396
CODE_SIGN_IDENTITY = "iPhone Distribution";
397397
CODE_SIGN_STYLE = Manual;
398-
CURRENT_PROJECT_VERSION = 886;
398+
CURRENT_PROJECT_VERSION = 888;
399399
DEVELOPMENT_TEAM = G7NB5YCKAP;
400400
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = G7NB5YCKAP;
401401
INFOPLIST_FILE = App/Info.plist;
402402
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
403403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
404-
MARKETING_VERSION = 0.88.6;
404+
MARKETING_VERSION = 0.88.8;
405405
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
406406
PRODUCT_NAME = "$(TARGET_NAME)";
407407
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;

0 commit comments

Comments
 (0)