Skip to content

Commit

Permalink
Bumped up app version
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
  • Loading branch information
sarthakpranesh committed Jul 20, 2020
1 parent 998f37d commit d304192
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 @@ -136,7 +136,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "v1.0.5"
multiDexEnabled true
}
splits {
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": "flappybird",
"version": "0.0.1",
"version": "1.0.5",
"private": true,
"scripts": {
"android": "npx react-native run-android",
Expand Down

0 comments on commit d304192

Please sign in to comment.