Skip to content

Commit 6b75b9b

Browse files
Update to 6.1.0-beta2.
1 parent e05c0ed commit 6b75b9b

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
- URL scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use it for custom actions.
1111
- For example, future versions of the SDK may allow buttons to call href `itbl://delete` to delete an in-app message.
1212

13-
## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
1413
#### Fixed
1514
- Carthage support with Xcode 10.2
16-
17-
## [6.0.7](https://github.com/Iterable/swift-sdk/releases/tag/6.0.7)
18-
#### Fixed
1915
- XCode 10.2 Warnings
2016
- URL Query parameters encoding bug
2117

22-
## [6.0.6](https://github.com/Iterable/swift-sdk/releases/tag/6.0.6)
23-
#### Added
24-
- Update to Swift 4.2
25-
26-
## [6.0.5](https://github.com/Iterable/swift-sdk/releases/tag/6.0.5)
27-
#### Fixed
28-
- Carthage support
29-
3018
## 6.1.0-beta1
3119
#### Added
3220
- We have improved the in-app messaging implementation significantly.

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.0-beta1"
20+
s.version = "6.1.0-beta2"
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.0-beta1"
20+
s.version = "6.1.0-beta2"
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.1.0-beta1"
15+
static let sdkVersion = "6.1.0-beta2"
1616

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

0 commit comments

Comments
 (0)