Skip to content

Commit 5413028

Browse files
committed
Release 6.1.3
1 parent 08ccf5c commit 5413028

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.1.3
6+
#### Changed
7+
- Converted a log message variable to be interpreted as an UTF8 String (thanks, chunkyguy!)
8+
- Enabled BUILD_LIBRARY_FOR_DISTRIBUTION for better compatibility across development environments
9+
510
## 6.1.2
611
#### Fixed
712
- Fixed a bug in token to hex conversion code.

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.1.2"
20+
s.version = "6.1.3"
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.1.2"
20+
s.version = "6.1.3"
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
@@ -29,7 +29,7 @@ directory as your Xcode project.
2929
2. Edit **Cartfile**, adding the following line:
3030

3131
```
32-
github "Iterable/swift-sdk" ~> 6.1.2
32+
github "Iterable/swift-sdk" ~> 6.1.3
3333
```
3434
3535
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
@@ -12,7 +12,7 @@ import Foundation
1212
@objcMembers
1313
public final class IterableAPI : NSObject {
1414
// Current SDK Version.
15-
static let sdkVersion = "6.1.2"
15+
static let sdkVersion = "6.1.3"
1616

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

0 commit comments

Comments
 (0)