Skip to content

Commit 1bceccf

Browse files
committed
chore:version 0.6.0
1 parent 3c405b9 commit 1bceccf

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
@@ -134,8 +134,8 @@ android {
134134
applicationId "github.funnyzak.v2ex"
135135
minSdkVersion rootProject.ext.minSdkVersion
136136
targetSdkVersion rootProject.ext.targetSdkVersion
137-
versionCode 23
138-
versionName "0.5.9"
137+
versionCode 24
138+
versionName "0.6.0"
139139
}
140140
splits {
141141
abi {

ios/app.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,15 +485,15 @@
485485
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
486486
CLANG_ENABLE_MODULES = YES;
487487
CODE_SIGN_IDENTITY = "iPhone Distribution";
488-
CURRENT_PROJECT_VERSION = 10;
488+
CURRENT_PROJECT_VERSION = 11;
489489
DEVELOPMENT_TEAM = ED4U2734MB;
490490
ENABLE_BITCODE = NO;
491491
INFOPLIST_FILE = app/Info.plist;
492492
LD_RUNPATH_SEARCH_PATHS = (
493493
"$(inherited)",
494494
"@executable_path/Frameworks",
495495
);
496-
MARKETING_VERSION = 0.5.9;
496+
MARKETING_VERSION = 0.6.0;
497497
OTHER_LDFLAGS = (
498498
"$(inherited)",
499499
"-ObjC",
@@ -519,14 +519,14 @@
519519
CLANG_ENABLE_MODULES = YES;
520520
CODE_SIGN_IDENTITY = "iPhone Distribution";
521521
CODE_SIGN_STYLE = Manual;
522-
CURRENT_PROJECT_VERSION = 10;
522+
CURRENT_PROJECT_VERSION = 11;
523523
DEVELOPMENT_TEAM = ED4U2734MB;
524524
INFOPLIST_FILE = app/Info.plist;
525525
LD_RUNPATH_SEARCH_PATHS = (
526526
"$(inherited)",
527527
"@executable_path/Frameworks",
528528
);
529-
MARKETING_VERSION = 0.5.9;
529+
MARKETING_VERSION = 0.6.0;
530530
OTHER_LDFLAGS = (
531531
"$(inherited)",
532532
"-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.5.9",
3+
"version": "0.6.0",
44
"description": "react native v2ex project",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)