From 7d7402e267f316f9bf44bd792dee80fbc4639f38 Mon Sep 17 00:00:00 2001 From: David Schuppa <32750715+davidSchuppa@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:33:15 +0200 Subject: [PATCH] chore(release): version set to 3.4.2 --- EmarsysNotificationService.podspec | 2 +- EmarsysSDK.podspec | 2 +- Sources/EmarsysSDK/EmarsysSDKVersion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index c2200d25..dfaa852c 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '3.4.1' + spec.version = '3.4.2' 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 f8bcd14c..0759f6d2 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '3.4.1' + spec.version = '3.4.2' 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/EmarsysSDK/EmarsysSDKVersion.h b/Sources/EmarsysSDK/EmarsysSDKVersion.h index 8a456c4b..715aa25c 100644 --- a/Sources/EmarsysSDK/EmarsysSDKVersion.h +++ b/Sources/EmarsysSDK/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"3.4.1" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"3.4.2" \ No newline at end of file