Skip to content

Commit faa2c70

Browse files
committed
Release version 6.0.10
1 parent 69014a4 commit faa2c70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Iterable-iOS-AppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.name = "Iterable-iOS-AppExtensions"
1919
s.module_name = "IterableAppExtensions"
20-
s.version = "6.0.9"
20+
s.version = "6.0.10"
2121
s.summary = "App Extensions for Iterable SDK"
2222

2323
s.description = <<-DESC

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.name = "Iterable-iOS-SDK"
1919
s.module_name = "IterableSDK"
20-
s.version = "6.0.9"
20+
s.version = "6.0.10"
2121
s.summary = "Iterable's official SDK for iOS"
2222

2323
s.description = <<-DESC

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Foundation
1212
@objcMembers
1313
public final class IterableAPI : NSObject {
1414
// Current SDK Version.
15-
static let sdkVersion = "6.0.9"
15+
static let sdkVersion = "6.0.10"
1616

1717
// MARK: Initialization
1818
/// You should call this method and not call the init method directly.

0 commit comments

Comments
 (0)