Skip to content

Commit 4ae4085

Browse files
committed
chore: bump version
1 parent 292cda5 commit 4ae4085

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
@@ -138,8 +138,8 @@ android {
138138
applicationId "github.funnyzak.v2ex"
139139
minSdkVersion rootProject.ext.minSdkVersion
140140
targetSdkVersion rootProject.ext.targetSdkVersion
141-
versionCode 40
142-
versionName "0.8.6"
141+
versionCode 41
142+
versionName "0.8.7"
143143
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
144144

145145
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 = 26;
488+
CURRENT_PROJECT_VERSION = 27;
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.8.6;
497+
MARKETING_VERSION = 0.8.7;
498498
OTHER_LDFLAGS = (
499499
"$(inherited)",
500500
"-ObjC",
@@ -520,7 +520,7 @@
520520
CLANG_ENABLE_MODULES = YES;
521521
CODE_SIGN_IDENTITY = "iPhone Distribution";
522522
CODE_SIGN_STYLE = Manual;
523-
CURRENT_PROJECT_VERSION = 26;
523+
CURRENT_PROJECT_VERSION = 27;
524524
DEVELOPMENT_TEAM = ED4U2734MB;
525525
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = ED4U2734MB;
526526
INFOPLIST_FILE = app/Info.plist;
@@ -529,7 +529,7 @@
529529
"$(inherited)",
530530
"@executable_path/Frameworks",
531531
);
532-
MARKETING_VERSION = 0.8.6;
532+
MARKETING_VERSION = 0.8.7;
533533
OTHER_LDFLAGS = (
534534
"$(inherited)",
535535
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v2hub",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "This project used React Native to build a V2EX mobile client application. The main goal was to build a React Native rapid development scaffold.",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)