Skip to content

Commit 84c95f0

Browse files
committed
chore: build
1 parent 4b1db7f commit 84c95f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 11
138-
versionName "0.2.1"
137+
versionCode 12
138+
versionName "0.3.0"
139139
}
140140
splits {
141141
abi {

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.2.1",
3+
"version": "0.3.0",
44
"description": "react native v2ex project",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)