From 66a2dc36471372370706bb615a8e047c90e897e8 Mon Sep 17 00:00:00 2001 From: dschuppa Date: Wed, 11 Dec 2019 11:21:58 +0100 Subject: [PATCH] chore(release): version set to 2.3.0 --- EmarsysNotificationService.podspec | 2 +- EmarsysSDK.podspec | 2 +- EmarsysSDK/EmarsysSDKVersion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index e98bd3f1..eb9d3ef5 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '2.2.0' + spec.version = '2.3.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 8df96910..2d862897 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '2.2.0' + spec.version = '2.3.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/EmarsysSDKVersion.h b/EmarsysSDK/EmarsysSDKVersion.h index fa5f9670..0581e7a7 100644 --- a/EmarsysSDK/EmarsysSDKVersion.h +++ b/EmarsysSDK/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"2.1.0" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"2.3.0" \ No newline at end of file