Skip to content

Commit

Permalink
chore(release): version set to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matusekma committed Jan 11, 2024
1 parent 6b2968d commit 3d5408b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = '3.4.2'
spec.version = '3.5.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
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.2'
spec.version = '3.5.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
2 changes: 1 addition & 1 deletion Sources/Private/EmarsysSDKVersion.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMARSYS_SDK_VERSION @"3.3.1"
#define EMARSYS_SDK_VERSION @"3.5.0"

0 comments on commit 3d5408b

Please sign in to comment.