Skip to content

Commit 5e9d78a

Browse files
committed
chore: bump version to 1.0.32
1 parent f3df65b commit 5e9d78a

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 26
96-
versionName "1.0.31"
95+
versionCode 27
96+
versionName "1.0.32"
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.31",
6+
"version": "1.0.32",
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.31",
3+
"version": "1.0.32",
44
"main": "index.ts",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)