File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff 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.64.4] - 2022-08-29
11+
12+ ### Fixed
13+
14+ 1 . Added the missed iframe URL secret to the CI scripts.
15+
1016## [ 0.64.3] - 2022-08-29
1117
1218### Changed
@@ -1783,7 +1789,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
17831789- Web - see the demo [ here] ( https://github.com/numbersprotocol/capture-lite#demo-app )
17841790- Android - the APK file ` app-debug.apk ` is attached to this release
17851791
1786- [ unreleased ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.3...HEAD
1792+ [ unreleased ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.4...HEAD
1793+ [ 0.64.4 ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.3...0.64.4
17871794[ 0.64.3 ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.2...0.64.3
17881795[ 0.64.2 ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.1...0.64.2
17891796[ 0.64.1 ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.0...0.64.1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId " io.numbersprotocol.capturelite"
77 minSdkVersion rootProject. ext. minSdkVersion
88 targetSdkVersion rootProject. ext. targetSdkVersion
9- versionCode 440
10- versionName " 0.64.3 "
9+ versionCode 441
10+ versionName " 0.64.4 "
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1212 }
1313 buildFeatures {
Original file line number Diff line number Diff line change 369369 INFOPLIST_FILE = App/Info.plist;
370370 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
371371 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372- MARKETING_VERSION = 0.64.3 ;
372+ MARKETING_VERSION = 0.64.4 ;
373373 OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
374374 PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
375375 PRODUCT_NAME = "$(TARGET_NAME)";
394394 INFOPLIST_FILE = App/Info.plist;
395395 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
396396 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
397- MARKETING_VERSION = 0.64.3 ;
397+ MARKETING_VERSION = 0.64.4 ;
398398 PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
399399 PRODUCT_NAME = "$(TARGET_NAME)";
400400 PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV2;
Original file line number Diff line number Diff line change 11{
22 "name" : " capture-lite" ,
3- "version" : " 0.64.3 " ,
3+ "version" : " 0.64.4 " ,
44 "author" : " numbersprotocol" ,
55 "homepage" : " https://numbersprotocol.io/" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments