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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.64.4] - 2022-08-29
11
+
12
+ ### Fixed
13
+
14
+ 1 . Added the missed iframe URL secret to the CI scripts.
15
+
10
16
## [ 0.64.3] - 2022-08-29
11
17
12
18
### Changed
@@ -1783,7 +1789,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
1783
1789
- Web - see the demo [ here] ( https://github.com/numbersprotocol/capture-lite#demo-app )
1784
1790
- Android - the APK file ` app-debug.apk ` is attached to this release
1785
1791
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
1787
1794
[ 0.64.3 ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.2...0.64.3
1788
1795
[ 0.64.2 ] : https://github.com/numbersprotocol/capture-lite/compare/0.64.1...0.64.2
1789
1796
[ 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 {
6
6
applicationId " io.numbersprotocol.capturelite"
7
7
minSdkVersion rootProject. ext. minSdkVersion
8
8
targetSdkVersion rootProject. ext. targetSdkVersion
9
- versionCode 440
10
- versionName " 0.64.3 "
9
+ versionCode 441
10
+ versionName " 0.64.4 "
11
11
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildFeatures {
Original file line number Diff line number Diff line change 369
369
INFOPLIST_FILE = App/Info.plist;
370
370
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
371
371
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372
- MARKETING_VERSION = 0.64.3 ;
372
+ MARKETING_VERSION = 0.64.4 ;
373
373
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
374
374
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
375
375
PRODUCT_NAME = "$(TARGET_NAME)";
394
394
INFOPLIST_FILE = App/Info.plist;
395
395
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
396
396
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
397
- MARKETING_VERSION = 0.64.3 ;
397
+ MARKETING_VERSION = 0.64.4 ;
398
398
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
399
399
PRODUCT_NAME = "$(TARGET_NAME)";
400
400
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV2;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " capture-lite" ,
3
- "version" : " 0.64.3 " ,
3
+ "version" : " 0.64.4 " ,
4
4
"author" : " numbersprotocol" ,
5
5
"homepage" : " https://numbersprotocol.io/" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments