Skip to content

Commit

Permalink
chore: version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Mar 17, 2022
1 parent 7a32a45 commit 03c966e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "0.2.0"
versionName "0.2.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.2.0",
"version": "0.2.1",
"description": "react native v2ex project",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit 03c966e

Please sign in to comment.