Skip to content

Commit 291d844

Browse files
committed
bump version
1 parent e1710c8 commit 291d844

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ android {
118118
applicationId "dev.vasc.vshop2"
119119
minSdkVersion rootProject.ext.minSdkVersion
120120
targetSdkVersion rootProject.ext.targetSdkVersion
121-
versionCode 56
121+
versionCode 58
122122
versionName npmVersion
123123
}
124124

ios/vshop_mobile.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
CODE_SIGN_ENTITLEMENTS = vshop_mobile/vshop_mobile.entitlements;
534534
CODE_SIGN_IDENTITY = "Apple Development";
535535
CODE_SIGN_STYLE = Automatic;
536-
CURRENT_PROJECT_VERSION = 21;
536+
CURRENT_PROJECT_VERSION = 23;
537537
DEVELOPMENT_TEAM = H4F94U74J4;
538538
ENABLE_BITCODE = NO;
539539
INFOPLIST_FILE = vshop_mobile/Info.plist;
@@ -566,7 +566,7 @@
566566
CODE_SIGN_ENTITLEMENTS = vshop_mobile/vshop_mobile.entitlements;
567567
CODE_SIGN_IDENTITY = "Apple Development";
568568
CODE_SIGN_STYLE = Automatic;
569-
CURRENT_PROJECT_VERSION = 21;
569+
CURRENT_PROJECT_VERSION = 23;
570570
DEVELOPMENT_TEAM = H4F94U74J4;
571571
INFOPLIST_FILE = vshop_mobile/Info.plist;
572572
IPHONEOS_DEPLOYMENT_TARGET = 13.0;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vshop_mobile",
3-
"version": "2.7.6-beta.1",
3+
"version": "2.7.6",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)