From 804e1147225a40b50a0f008c129233632bfe4bdb Mon Sep 17 00:00:00 2001 From: zkovacs Date: Thu, 24 Sep 2020 10:44:38 +0200 Subject: [PATCH] chore(release): version set to 2.8.0 --- 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 afb8edc3..d923c4e0 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '2.7.1' + spec.version = '2.8.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 7cdc3b61..304c21d8 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '2.7.1' + spec.version = '2.8.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/EmarsysSDK/EmarsysSDKVersion.h b/Sources/EmarsysSDK/EmarsysSDKVersion.h index 3024c5bb..ee614d8d 100644 --- a/Sources/EmarsysSDK/EmarsysSDKVersion.h +++ b/Sources/EmarsysSDK/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"2.7.1" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"2.8.0" \ No newline at end of file