Skip to content

Commit 4ec9a0a

Browse files
committed
chore: bump version to 1.0.18
1 parent 9ef80ae commit 4ec9a0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.cbv.vpn'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
95-
versionCode 12
96-
versionName "1.0.17"
95+
versionCode 13
96+
versionName "1.0.18"
9797

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

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "CB Pro Proxy",
44
"slug": "cbv-vpn-app",
55
"scheme": "cbvproxy",
6-
"version": "1.0.17",
6+
"version": "1.0.18",
77
"orientation": "portrait",
88
"icon": "./assets/icon.png",
99
"userInterfaceStyle": "light",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbv-vpn-app",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"main": "index.ts",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)