Skip to content

Commit 01a2450

Browse files
committed
chore: version code
1 parent 4ac505b commit 01a2450

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 38
142-
versionName "0.8.5.5"
141+
versionCode 39
142+
versionName "0.8.5.6"
143143
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
144144

145145
if (isNewArchitectureEnabled()) {

ios/app.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"$(inherited)",
495495
"@executable_path/Frameworks",
496496
);
497-
MARKETING_VERSION = 0.8.5.5;
497+
MARKETING_VERSION = 0.8.5.6;
498498
OTHER_LDFLAGS = (
499499
"$(inherited)",
500500
"-ObjC",
@@ -529,7 +529,7 @@
529529
"$(inherited)",
530530
"@executable_path/Frameworks",
531531
);
532-
MARKETING_VERSION = 0.8.5.5;
532+
MARKETING_VERSION = 0.8.5.6;
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.5.5",
3+
"version": "0.8.5.6",
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)