Skip to content

Commit f342d0f

Browse files
authored
Merge pull request #708 from mindbox-cloud/master
Merge 'master' into 'develop' after release
2 parents 6e5bde5 + 062e54b commit f342d0f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.15.0"
3+
spec.version = "2.15.1"
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,6 +14,6 @@ Pod::Spec.new do |spec|
1414
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld', 'Mindbox/**/*.xcprivacy']
1515
}
1616
spec.swift_version = "5"
17-
spec.dependency 'MindboxLogger', '2.15.0'
17+
spec.dependency 'MindboxLogger', '2.15.1'
1818

1919
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.15.0"
3+
spec.version = "2.15.1"
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.15.0"
3+
spec.version = "2.15.1"
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.15.0
1+
MARKETING_VERSION = 2.15.1

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.15.0"
11+
public static let sdkVersion = "2.15.1"
1212
}
1313

0 commit comments

Comments
 (0)