Skip to content

Commit da959fa

Browse files
committed
build: bump to 0.64.4
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent dbf9494 commit da959fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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)