Skip to content

Commit d304192

Browse files
author
sarthakpranesh
committed
Bumped up app version
Signed-off-by: sarthakpranesh <sarthak.pranesh2018@vitstudent.ac.in>
1 parent 998f37d commit d304192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ android {
136136
minSdkVersion rootProject.ext.minSdkVersion
137137
targetSdkVersion rootProject.ext.targetSdkVersion
138138
versionCode 1
139-
versionName "1.0"
139+
versionName "v1.0.5"
140140
multiDexEnabled true
141141
}
142142
splits {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flappybird",
3-
"version": "0.0.1",
3+
"version": "1.0.5",
44
"private": true,
55
"scripts": {
66
"android": "npx react-native run-android",

0 commit comments

Comments
 (0)