diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6f32116..a2b190117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.64.4] - 2022-08-29 + +### Fixed + +1. Added the missed iframe URL secret to the CI scripts. + ## [0.64.3] - 2022-08-29 ### Changed @@ -1783,7 +1789,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [ - Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app) - Android - the APK file `app-debug.apk` is attached to this release -[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.64.3...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.64.4...HEAD +[0.64.4]: https://github.com/numbersprotocol/capture-lite/compare/0.64.3...0.64.4 [0.64.3]: https://github.com/numbersprotocol/capture-lite/compare/0.64.2...0.64.3 [0.64.2]: https://github.com/numbersprotocol/capture-lite/compare/0.64.1...0.64.2 [0.64.1]: https://github.com/numbersprotocol/capture-lite/compare/0.64.0...0.64.1 diff --git a/android/app/build.gradle b/android/app/build.gradle index d9a18d128..f7238f442 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "io.numbersprotocol.capturelite" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 440 - versionName "0.64.3" + versionCode 441 + versionName "0.64.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 003982b98..857e44935 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -369,7 +369,7 @@ INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.64.3; + MARKETING_VERSION = 0.64.4; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -394,7 +394,7 @@ INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.64.3; + MARKETING_VERSION = 0.64.4; PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV2; diff --git a/package-lock.json b/package-lock.json index 901e5d41d..7b6f843ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.64.3", + "version": "0.64.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.64.3", + "version": "0.64.4", "dependencies": { "@angular/animations": "^14.2.0", "@angular/cdk": "^14.2.0", diff --git a/package.json b/package.json index f1f2cf25d..46ec4d129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.64.3", + "version": "0.64.4", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {