From 3d5408b913dcdf15e558c0219b8a0897978279c6 Mon Sep 17 00:00:00 2001 From: Marton Matusek Date: Thu, 11 Jan 2024 15:18:09 +0100 Subject: [PATCH] chore(release): version set to 3.5.0 --- EmarsysNotificationService.podspec | 2 +- EmarsysSDK.podspec | 2 +- Sources/Private/EmarsysSDKVersion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index dfaa852c..46858e03 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '3.4.2' + spec.version = '3.5.0' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } diff --git a/EmarsysSDK.podspec b/EmarsysSDK.podspec index 0759f6d2..202b1a20 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '3.4.2' + spec.version = '3.5.0' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } diff --git a/Sources/Private/EmarsysSDKVersion.h b/Sources/Private/EmarsysSDKVersion.h index 1293b8c5..8c82fbd7 100644 --- a/Sources/Private/EmarsysSDKVersion.h +++ b/Sources/Private/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"3.3.1" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"3.5.0" \ No newline at end of file