Skip to content

Commit e0a5c02

Browse files
committed
chore: bump version to 1.0.33
1 parent cc99089 commit e0a5c02

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

0 commit comments

Comments
 (0)