Skip to content

Commit eaa34c5

Browse files
authored
Merge pull request #612 from mindbox-cloud/master
Merge 'master' into 'develop' after release
2 parents 5979f87 + 3a3ae32 commit eaa34c5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Mindbox.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Mindbox"
3-
spec.version = "2.14.2"
3+
spec.version = "2.14.3"
44
spec.summary = "SDK for integration with Mindbox"
55
spec.description = "This library allows you to integrate data transfer to Mindbox Marketing Cloud"
66
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
1414
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld', 'Mindbox/**/*.xcprivacy']
1515
}
1616
spec.swift_version = "5"
17-
spec.dependency 'MindboxLogger', '2.14.2'
17+
spec.dependency 'MindboxLogger', '2.14.3'
1818
spec.dependency 'MindboxCommon', '2.14.2'
1919

2020
end

MindboxLogger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MindboxLogger"
3-
spec.version = "2.14.2"
3+
spec.version = "2.14.3"
44
spec.summary = "SDK for utilities to work with Mindbox"
55
spec.description = "-"
66
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"

MindboxNotifications.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MindboxNotifications"
3-
spec.version = "2.14.2"
3+
spec.version = "2.14.3"
44
spec.summary = "SDK for integration notifications with Mindbox"
55
spec.description = "This library allows you to integrate notifications and transfer them to Mindbox Marketing Cloud"
66
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 2.14.2
1+
MARKETING_VERSION = 2.14.3

SDKVersionProvider/SDKVersionProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import Foundation
99

1010
public class SDKVersionProvider {
11-
public static let sdkVersion = "2.14.2"
11+
public static let sdkVersion = "2.14.3"
1212
}
1313

0 commit comments

Comments
 (0)