Skip to content

Commit

Permalink
Version UP to 2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Akylbek Utekeshev committed Apr 5, 2024
1 parent 38d2280 commit 7ddcdb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mindbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Mindbox"
spec.version = "2.8.5"
spec.version = "2.8.6"
spec.summary = "SDK for integration with Mindbox"
spec.description = "This library allows you to integrate data transfer to Mindbox Marketing Cloud"
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
Expand Down
2 changes: 1 addition & 1 deletion MindboxNotifications.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MindboxNotifications"
spec.version = "2.8.5"
spec.version = "2.8.6"
spec.summary = "SDK for integration notifications with Mindbox"
spec.description = "This library allows you to integrate notifications and transfer them to Mindbox Marketing Cloud"
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
Expand Down
2 changes: 1 addition & 1 deletion SDKVersionProvider/SDKVersionConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 2.8.5
MARKETING_VERSION = 2.8.6
2 changes: 1 addition & 1 deletion SDKVersionProvider/SDKVersionProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import Foundation

public class SDKVersionProvider {
public static let sdkVersion = "2.8.5"
public static let sdkVersion = "2.8.6"
}

0 comments on commit 7ddcdb8

Please sign in to comment.