Skip to content

Commit

Permalink
chore(release): version set to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Sarro committed Nov 2, 2021
1 parent 6a59e36 commit 749cbc7
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.1.0'
spec.version = '3.1.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 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.1.0'
spec.version = '3.1.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.1.0"
#define EMARSYS_SDK_VERSION @"3.1.1"

0 comments on commit 749cbc7

Please sign in to comment.