From fe0912a46d4789104f189ea4b34aab965db4cb5b Mon Sep 17 00:00:00 2001 From: tmgrask Date: Fri, 8 May 2026 09:05:03 -0400 Subject: [PATCH] versions --- android/app/build.gradle | 4 ++-- app.json | 6 +++--- ios/conduit/Info.plist | 4 ++-- src/git-hash.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7c612006..6325892e 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 79 - versionName "2.1.1" + versionCode 80 + versionName "2.1.2" } signingConfigs { if (hasCustomKeystoreProperties) { diff --git a/app.json b/app.json index bbf3b39c..ad57b443 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "conduit", "slug": "conduit", - "version": "2.1.1", + "version": "2.1.2", "orientation": "portrait", "scheme": "ca.psiphon.conduit", "userInterfaceStyle": "automatic", @@ -10,7 +10,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "ca.psiphon.conduit", - "buildNumber": "30", + "buildNumber": "31", "deploymentTarget": "15.1", "icon": "./assets/images/conduit-launcher.png", "infoPlist": { @@ -19,7 +19,7 @@ }, "android": { "package": "ca.psiphon.conduit", - "versionCode": 79, + "versionCode": 80, "permissions": [ "android.permission.POST_NOTIFICATIONS", "com.android.vending.BILLING" diff --git a/ios/conduit/Info.plist b/ios/conduit/Info.plist index 257c9a40..d8f4f3ad 100644 --- a/ios/conduit/Info.plist +++ b/ios/conduit/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleURLTypes @@ -33,7 +33,7 @@ CFBundleVersion - 30 + 31 ExpoLocalization_supportsRTL LSApplicationQueriesSchemes diff --git a/src/git-hash.ts b/src/git-hash.ts index 30d68f1b..01ee21ca 100644 --- a/src/git-hash.ts +++ b/src/git-hash.ts @@ -1 +1 @@ -export const GIT_HASH = "v2.1.1"; +export const GIT_HASH = "v2.1.2";