Skip to content

Commit e6d4b75

Browse files
committed
chore: version
1 parent 7e410c8 commit e6d4b75

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

ios/app.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
"$(inherited)",
493493
"@executable_path/Frameworks",
494494
);
495-
MARKETING_VERSION = 0.5.6;
495+
MARKETING_VERSION = 0.5.8;
496496
OTHER_LDFLAGS = (
497497
"$(inherited)",
498498
"-ObjC",
@@ -524,7 +524,7 @@
524524
"$(inherited)",
525525
"@executable_path/Frameworks",
526526
);
527-
MARKETING_VERSION = 0.5.6;
527+
MARKETING_VERSION = 0.5.8;
528528
OTHER_LDFLAGS = (
529529
"$(inherited)",
530530
"-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.3.1",
3+
"version": "0.5.8",
44
"description": "react native v2ex project",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)