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;