From 1c2d6f074b8eb59af62c90f6aa1db4e0a6801e60 Mon Sep 17 00:00:00 2001 From: LasOri Date: Wed, 8 Jul 2020 15:39:57 +0200 Subject: [PATCH] chore(release): version set to 2.5.5 --- EmarsysNotificationService.podspec | 2 +- EmarsysSDK.podspec | 5 ++--- Sources/EmarsysSDK/EmarsysSDKVersion.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index 920ed8a8..aa128725 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '2.5.4' + spec.version = '2.5.5' 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 0d358506..4ecd9796 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '2.5.4' + spec.version = '2.5.5' spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk' spec.license = 'Mozilla Public License 2.0' spec.author = { 'Emarsys Technologies' => 'mobile-team@emarsys.com' } @@ -40,8 +40,7 @@ Pod::Spec.new do |spec| 'Sources/include/EMSNotification.h', 'Sources/include/EMSNotificationInboxStatus.h', 'Sources/include/EMSFlipperFeatures.h', - 'Sources/include/EMSUserNotificationCenterDelegate.h', - 'Sources/MobileEngage/IAM/UI/EMSInlineInAppView.h' + 'Sources/include/EMSUserNotificationCenterDelegate.h' ] spec.libraries = 'z', 'c++' end \ No newline at end of file diff --git a/Sources/EmarsysSDK/EmarsysSDKVersion.h b/Sources/EmarsysSDK/EmarsysSDKVersion.h index 19d86fbd..1e89f031 100644 --- a/Sources/EmarsysSDK/EmarsysSDKVersion.h +++ b/Sources/EmarsysSDK/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"2.5.4" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"2.5.5" \ No newline at end of file