diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index d07d0dee..361f9f28 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '3.6.0' + spec.version = '3.7.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 7c856420..1d9ee25a 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '3.6.0' + spec.version = '3.7.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/Private/EmarsysSDKVersion.h b/Sources/Private/EmarsysSDKVersion.h index 2dd14f3e..7178a3b6 100644 --- a/Sources/Private/EmarsysSDKVersion.h +++ b/Sources/Private/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"3.6.0" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"3.7.0" \ No newline at end of file