Skip to content

Commit

Permalink
chore(release): version set to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LasOri committed Jul 8, 2020
1 parent 3e24e14 commit 1c2d6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EmarsysNotificationService.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
Expand Down
5 changes: 2 additions & 3 deletions EmarsysSDK.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Sources/EmarsysSDK/EmarsysSDKVersion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMARSYS_SDK_VERSION @"2.5.4"
#define EMARSYS_SDK_VERSION @"2.5.5"

0 comments on commit 1c2d6f0

Please sign in to comment.