Skip to content

Commit

Permalink
chore(release): version set to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LasOri committed Aug 10, 2023
1 parent d337d71 commit e9638a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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 = '3.3.1'
spec.version = '3.4.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 @@ -10,11 +10,11 @@ Pod::Spec.new do |spec|
spec.source_files = [
'Sources/MobileEngage/RichNotificationExtension/**/*.{h,m}',
'Sources/Core/Categories/NSError*.{h,m}',
'Sources/Private/**/*.{h,m}',
'Sources/Private/**/*.{h,m}',
'Sources/include/EMSNotificationService.h'
]
spec.public_header_files = [
'Sources/include/EMSNotificationService.h'
]
spec.libraries = 'z', 'c++'
end
end
8 changes: 4 additions & 4 deletions EmarsysSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'EmarsysSDK'
spec.version = '3.3.1'
spec.version = '3.4.0'
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 iOS SDK'
spec.platform = :ios, '11.0'
spec.source = { :git => 'https://github.com/emartech/ios-emarsys-sdk.git', :tag => spec.version }
spec.source_files = [
'Sources/Private/**/*.{h,m}',
'Sources/**/*.{h,m}'
'Sources/Private/**/*.{h,m}',
'Sources/**/*.{h,m}'
]
spec.exclude_files = [
'Sources/include/EMSNotificationService.h',
Expand Down Expand Up @@ -58,4 +58,4 @@ Pod::Spec.new do |spec|
'Sources/include/EMSOpenExternalUrlActionModel.h'
]
spec.libraries = 'z', 'c++'
end
end
1 change: 1 addition & 0 deletions Sources/EmarsysSDK/EmarsysSDKVersion.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define EMARSYS_SDK_VERSION @"3.4.0"

0 comments on commit e9638a5

Please sign in to comment.