diff --git a/EmarsysNotificationService.podspec b/EmarsysNotificationService.podspec index aa128725..5eebce21 100644 --- a/EmarsysNotificationService.podspec +++ b/EmarsysNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysNotificationService' - spec.version = '2.5.5' + spec.version = '2.6.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 dd22efca..242d4b8c 100644 --- a/EmarsysSDK.podspec +++ b/EmarsysSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'EmarsysSDK' - spec.version = '2.5.5' + spec.version = '2.6.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 1e89f031..e812ad58 100644 --- a/Sources/EmarsysSDK/EmarsysSDKVersion.h +++ b/Sources/EmarsysSDK/EmarsysSDKVersion.h @@ -1 +1 @@ -#define EMARSYS_SDK_VERSION @"2.5.5" \ No newline at end of file +#define EMARSYS_SDK_VERSION @"2.6.0" \ No newline at end of file