From 6dfca7a05fd2671e738544b5f19ecda8910baf00 Mon Sep 17 00:00:00 2001 From: JC Date: Mon, 13 Apr 2026 10:36:18 -0600 Subject: [PATCH] fix: new release 0.0.1 (34) --- android/app/build.gradle | 2 +- ios/ZingoDelegator.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6c873e18e..522689f61 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -115,7 +115,7 @@ android { applicationId 'org.ZingoLabs.ZingoDelegator' // Real minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 33 // Real + versionCode 34 // Real versionName "zingodelegator-0.0.1" // Real testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/ZingoDelegator.xcodeproj/project.pbxproj b/ios/ZingoDelegator.xcodeproj/project.pbxproj index cc861043c..d8c5a65dd 100644 --- a/ios/ZingoDelegator.xcodeproj/project.pbxproj +++ b/ios/ZingoDelegator.xcodeproj/project.pbxproj @@ -572,7 +572,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = ZingoDelegator/ZingoDelegator.entitlements; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; DEPLOYMENT_POSTPROCESSING = YES; DEVELOPMENT_TEAM = 788KRST4S8; ENABLE_BITCODE = NO; @@ -614,7 +614,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = ZingoDelegator/ZingoDelegator.entitlements; - CURRENT_PROJECT_VERSION = 33; + CURRENT_PROJECT_VERSION = 34; DEPLOYMENT_POSTPROCESSING = YES; DEVELOPMENT_TEAM = 788KRST4S8; ENABLE_BITCODE = NO;