Skip to content

Commit 3f8912c

Browse files
committed
Merge branch 'release-0.64.4' into develop
2 parents b0d22bd + c50747e commit 3f8912c

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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 440
10-
versionName "0.64.3"
9+
versionCode 441
10+
versionName "0.64.4"
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
@@ -369,7 +369,7 @@
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)";
@@ -394,7 +394,7 @@
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;

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

0 commit comments

Comments
 (0)