diff --git a/android/app/build.gradle b/android/app/build.gradle index cb62c466..6d890ba0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -101,8 +101,8 @@ android { applicationId 'ca.psiphon.conduit' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 73 - versionName "2.0.2" + versionCode 74 + versionName "2.0.3" } signingConfigs { if (hasCustomKeystoreProperties) { diff --git a/app.json b/app.json index 49de03e2..fa9615ec 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "conduit", "slug": "conduit", - "version": "2.0.2", + "version": "2.0.3", "orientation": "portrait", "scheme": "ca.psiphon.conduit", "userInterfaceStyle": "automatic", @@ -10,7 +10,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "ca.psiphon.conduit", - "buildNumber": "23", + "buildNumber": "25", "deploymentTarget": "15.1", "icon": "./assets/images/conduit-launcher.png", "infoPlist": { @@ -19,7 +19,7 @@ }, "android": { "package": "ca.psiphon.conduit", - "versionCode": 73, + "versionCode": 74, "permissions": [ "android.permission.POST_NOTIFICATIONS", "com.android.vending.BILLING" diff --git a/ios/conduit/Info.plist b/ios/conduit/Info.plist index a9c9b6ac..ed233d0c 100644 --- a/ios/conduit/Info.plist +++ b/ios/conduit/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.0 + 2.0.3 CFBundleSignature ???? CFBundleURLTypes @@ -33,7 +33,7 @@ CFBundleVersion - 23 + 25 ExpoLocalization_supportsRTL LSApplicationQueriesSchemes diff --git a/src/git-hash.ts b/src/git-hash.ts index bb2b86a9..2cb7769d 100644 --- a/src/git-hash.ts +++ b/src/git-hash.ts @@ -1 +1 @@ -export const GIT_HASH = "903f56b?"; +export const GIT_HASH = "v2.0.3";