Skip to content

Commit

Permalink
chore(release): version set to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LasOri committed Aug 22, 2023
1 parent 235a48f commit 2b50fe8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions EmarsysNotificationService.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
Pod::Spec.new do |spec|
spec.name = 'EmarsysNotificationService'
spec.version = '3.4.0'
spec.version = '3.4.1'
spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk'
spec.license = 'Mozilla Public License 2.0'
spec.author = { 'Emarsys Technologies' => '[email protected]' }
spec.summary = 'Emarsys NotificationService'
spec.platform = :ios, '11.0'
spec.source = { :git => 'https://github.com/emartech/ios-emarsys-sdk.git', :tag => spec.version }
spec.source_files = [
'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}',
'Sources/Core/Categories/NSError*.{h,m}',
'Sources/Private/**/*.{h,m}',
'Sources/include/EMSNotificationService.h'
]
spec.public_header_files = [
'Sources/include/EMSNotificationService.h'
]
'Sources/include/EMSNotificationService.h',
'Sources/Private/NSError+EMSCore.h',
'Sources/Private/EMSServiceDictionaryValidator.h',
'Sources/Private/EMSNotificationService+Actions.h',
'Sources/Private/EMSNotificationService+Attachment.h',
'Sources/Private/EMSNotificationService+PushToInApp.h',
'Sources/Private/EMSNotificationService.h',
'Sources/Private/MEDownloader.h',
'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}'
]
spec.public_header_files = [
'Sources/include/EMSNotificationService.h'
]
spec.libraries = 'z', 'c++'
end
2 changes: 1 addition & 1 deletion 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 = '3.4.0'
spec.version = '3.4.1'
spec.homepage = 'https://github.com/emartech/ios-emarsys-sdk'
spec.license = 'Mozilla Public License 2.0'
spec.author = { 'Emarsys Technologies' => '[email protected]' }
Expand Down
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 @"3.4.0"
#define EMARSYS_SDK_VERSION @"3.4.1"

0 comments on commit 2b50fe8

Please sign in to comment.