From 123beb4d39811694517469e32539bd785b87f1be Mon Sep 17 00:00:00 2001 From: matusekma <36794575+matusekma@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:59:16 +0200 Subject: [PATCH] chore(release): version set to 3.6.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 2a24917d..d07d0dee 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -22,4 +22,4 @@ Pod::Spec.new do |spec| 'Sources/include/EMSNotificationService.h' ] spec.libraries = 'z', 'c++' -end +end \ No newline at end of file diff --git a/EmarsysSDK.podspec b/EmarsysSDK.podspec index 8285c32e..7c856420 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -59,4 +59,4 @@ Pod::Spec.new do |spec| 'Sources/include/EMSOpenExternalUrlActionModel.h' ] spec.libraries = 'z', 'c++' -end +end \ No newline at end of file diff --git a/Sources/Private/EmarsysSDKVersion.h b/Sources/Private/EmarsysSDKVersion.h index cf319c3f..2dd14f3e 100644 --- a/Sources/Private/EmarsysSDKVersion.h +++ b/Sources/Private/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"3.5.1" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"3.6.0" \ No newline at end of file