Skip to content

Commit 64e2a1b

Browse files
committed
version 6.2.1
1 parent 856748e commit 64e2a1b

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.2.1
6+
#### Fixed
7+
- Made class extensions internal rather than public to avoid collisions (thanks, RolandasRazma!)
8+
59
## 6.2.0
610
#### Added
711
- Moved Mobile Inbox support to GA (no longer in beta), and:

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.2.0"
20+
s.version = "6.2.1"
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.2.0"
20+
s.version = "6.2.1"
2121
s.summary = "Iterable's official SDK for iOS"
2222

2323
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ directory as your Xcode project.
127127
2. Edit **Cartfile**, adding the following line:
128128
129129
```
130-
github "Iterable/swift-sdk" ~> 6.2.0
130+
github "Iterable/swift-sdk" ~> 6.2.1
131131
```
132132
133133
3. In the terminal, in the same directory as your **Cartfile**, run the

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import UIKit
99

1010
@objcMembers public final class IterableAPI: NSObject {
1111
// Current SDK Version.
12-
public static let sdkVersion = "6.2.0"
12+
public static let sdkVersion = "6.2.1"
1313

1414
// MARK: Initialization
1515

0 commit comments

Comments
 (0)