Skip to content

Commit 0f68572

Browse files
committed
v0.0.16
1 parent df8ce99 commit 0f68572

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ android {
9292
applicationId 'com.involvex.awesomegithubapp'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
95-
versionCode 15
96-
versionName "0.0.15"
95+
versionCode 16
96+
versionName "0.0.16"
9797

9898
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
9999
}

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Awesome Github App",
44
"slug": "awesome-github-app",
55
"owner": "involvex",
6-
"version": "0.0.15",
6+
"version": "0.0.16",
77
"orientation": "portrait",
88
"userInterfaceStyle": "automatic",
99
"githubUrl": "https://github.com/involvex/awesome-github-app.git",
@@ -25,7 +25,7 @@
2525
"backgroundColor": "#ffffff"
2626
},
2727
"userInterfaceStyle": "automatic",
28-
"versionCode": 15
28+
"versionCode": 16
2929
},
3030
"web": {
3131
"output": "single",
@@ -34,7 +34,7 @@
3434
},
3535
"ios": {
3636
"bundleIdentifier": "com.involvex.awesomegithubapp",
37-
"buildNumber": "15",
37+
"buildNumber": "16",
3838
"infoPlist": {
3939
"ITSAppUsesNonExemptEncryption": false
4040
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awesome-github-app",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)