Skip to content

Commit 39492fe

Browse files
committed
build: bump to 0.70.0
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent d610e5e commit 39492fe

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 453
10-
versionName "0.69.3"
9+
versionCode 454
10+
versionName "0.70.0"
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
@@ -370,7 +370,7 @@
370370
INFOPLIST_FILE = App/Info.plist;
371371
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
372372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373-
MARKETING_VERSION = 0.69.3;
373+
MARKETING_VERSION = 0.70.0;
374374
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
375375
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
376376
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -397,7 +397,7 @@
397397
INFOPLIST_FILE = App/Info.plist;
398398
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
399399
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
400-
MARKETING_VERSION = 0.69.3;
400+
MARKETING_VERSION = 0.70.0;
401401
PRODUCT_BUNDLE_IDENTIFIER = io.numbersprotocol.capturelite;
402402
PRODUCT_NAME = "$(TARGET_NAME)";
403403
PROVISIONING_PROFILE_SPECIFIER = NumbersAppDistributionV4;

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

0 commit comments

Comments
 (0)