Skip to content

Commit

Permalink
chore(release): version set to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LasOri committed Sep 9, 2019
1 parent 2a4b6d1 commit 4bf70e2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 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.0.0'
spec.version = '2.1.0'
spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk'
spec.license = 'Mozilla Public License 2.0'
spec.author = { 'Emarsys Technologies' => '[email protected]' }
Expand Down
42 changes: 21 additions & 21 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.0.0'
spec.version = '2.1.0'
spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk'
spec.license = 'Mozilla Public License 2.0'
spec.author = { 'Emarsys Technologies' => '[email protected]' }
Expand All @@ -15,26 +15,26 @@ Pod::Spec.new do |spec|
]
spec.exclude_files = 'MobileEngage/RichNotificationExtension/*'
spec.public_header_files = [
'EmarsysSDK/Emarsys.h',
'EmarsysSDK/EMSInAppProtocol.h',
'EmarsysSDK/EMSInboxProtocol.h',
'EmarsysSDK/EMSPredictProtocol.h',
'EmarsysSDK/EMSPushNotificationProtocol.h',
'EmarsysSDK/EMSBlocks.h',
'EmarsysSDK/Setup/EMSConfig.h',
'EmarsysSDK/Setup/EMSConfigBuilder.h',
'Predict/Models/EMSCartItemProtocol.h',
'Predict/Models/EMSCartItem.h',
'Predict/Models/EMSProduct.h',
'Predict/Recommendations/EMSLogicProtocol.h',
'Predict/Recommendations/EMSLogic.h',
'Predict/Recommendations/EMSRecommendationFilter.h',
'Predict/Recommendations/EMSRecommendationFilterProtocol.h',
'MobileEngage/IAM/EMSEventHandler.h',
'MobileEngage/Inbox/EMSNotification.h',
'MobileEngage/Inbox/EMSNotificationInboxStatus.h',
'Core/Flipper/EMSFlipperFeatures.h',
'MobileEngage/RichNotification/EMSUserNotificationCenterDelegate.h'
'EmarsysSDK/Emarsys.h',
'EmarsysSDK/EMSInAppProtocol.h',
'EmarsysSDK/EMSInboxProtocol.h',
'EmarsysSDK/EMSPredictProtocol.h',
'EmarsysSDK/EMSPushNotificationProtocol.h',
'EmarsysSDK/EMSBlocks.h',
'EmarsysSDK/Setup/EMSConfig.h',
'EmarsysSDK/Setup/EMSConfigBuilder.h',
'Predict/Models/EMSCartItemProtocol.h',
'Predict/Models/EMSCartItem.h',
'Predict/Models/EMSProduct.h',
'Predict/Recommendations/EMSLogicProtocol.h',
'Predict/Recommendations/EMSLogic.h',
'Predict/Recommendations/EMSRecommendationFilter.h',
'Predict/Recommendations/EMSRecommendationFilterProtocol.h',
'MobileEngage/IAM/EMSEventHandler.h',
'MobileEngage/Inbox/EMSNotification.h',
'MobileEngage/Inbox/EMSNotificationInboxStatus.h',
'Core/Flipper/EMSFlipperFeatures.h',
'MobileEngage/RichNotification/EMSUserNotificationCenterDelegate.h'
]
spec.libraries = 'z', 'c++'
end
2 changes: 1 addition & 1 deletion EmarsysSDK/EmarsysSDKVersion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMARSYS_SDK_VERSION @"2.0.0"
#define EMARSYS_SDK_VERSION @"2.1.0"

0 comments on commit 4bf70e2

Please sign in to comment.