Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Mar 21, 2022
1 parent c01801f commit eb8f268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
applicationId "github.funnyzak.v2ex"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "0.3.0"
versionCode 13
versionName "0.3.1"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-v2ex",
"version": "0.3.0",
"version": "0.3.1",
"description": "react native v2ex project",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit eb8f268

Please sign in to comment.