Skip to content

Commit e07b9ea

Browse files
committed
version
1 parent 91332eb commit e07b9ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ android {
137137
applicationId "github.funnyzak.v2ex"
138138
minSdkVersion rootProject.ext.minSdkVersion
139139
targetSdkVersion rootProject.ext.targetSdkVersion
140-
versionCode 31
141-
versionName "0.6.6"
140+
versionCode 32
141+
versionName "0.7.0"
142142
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
143143

144144
if (isNewArchitectureEnabled()) {

ios/app.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
486486
CLANG_ENABLE_MODULES = YES;
487487
CODE_SIGN_IDENTITY = "iPhone Distribution";
488-
CURRENT_PROJECT_VERSION = 21;
488+
CURRENT_PROJECT_VERSION = 22;
489489
DEVELOPMENT_TEAM = ED4U2734MB;
490490
ENABLE_BITCODE = NO;
491491
INFOPLIST_FILE = app/Info.plist;
@@ -494,7 +494,7 @@
494494
"$(inherited)",
495495
"@executable_path/Frameworks",
496496
);
497-
MARKETING_VERSION = 0.6.5;
497+
MARKETING_VERSION = 0.7.0;
498498
OTHER_LDFLAGS = (
499499
"$(inherited)",
500500
"-ObjC",
@@ -520,15 +520,15 @@
520520
CLANG_ENABLE_MODULES = YES;
521521
CODE_SIGN_IDENTITY = "iPhone Distribution";
522522
CODE_SIGN_STYLE = Manual;
523-
CURRENT_PROJECT_VERSION = 21;
523+
CURRENT_PROJECT_VERSION = 22;
524524
DEVELOPMENT_TEAM = ED4U2734MB;
525525
INFOPLIST_FILE = app/Info.plist;
526526
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
527527
LD_RUNPATH_SEARCH_PATHS = (
528528
"$(inherited)",
529529
"@executable_path/Frameworks",
530530
);
531-
MARKETING_VERSION = 0.6.5;
531+
MARKETING_VERSION = 0.7.0;
532532
OTHER_LDFLAGS = (
533533
"$(inherited)",
534534
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-v2ex",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"description": "react native v2ex project",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)