Skip to content

Commit

Permalink
Update to 6.1.0-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Apr 11, 2019
1 parent e05c0ed commit 6b75b9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- URL scheme `itbl://sdk-custom-action` is reserved for internal SDK actions. Do not use it for custom actions.
- For example, future versions of the SDK may allow buttons to call href `itbl://delete` to delete an in-app message.

## [6.0.8](https://github.com/Iterable/swift-sdk/releases/tag/6.0.8)
#### Fixed
- Carthage support with Xcode 10.2

## [6.0.7](https://github.com/Iterable/swift-sdk/releases/tag/6.0.7)
#### Fixed
- XCode 10.2 Warnings
- URL Query parameters encoding bug

## [6.0.6](https://github.com/Iterable/swift-sdk/releases/tag/6.0.6)
#### Added
- Update to Swift 4.2

## [6.0.5](https://github.com/Iterable/swift-sdk/releases/tag/6.0.5)
#### Fixed
- Carthage support

## 6.1.0-beta1
#### Added
- We have improved the in-app messaging implementation significantly.
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "Iterable-iOS-AppExtensions"
s.module_name = "IterableAppExtensions"
s.version = "6.1.0-beta1"
s.version = "6.1.0-beta2"
s.summary = "App Extensions for Iterable SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Iterable-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "Iterable-iOS-SDK"
s.module_name = "IterableSDK"
s.version = "6.1.0-beta1"
s.version = "6.1.0-beta2"
s.summary = "Iterable's official SDK for iOS"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion swift-sdk/IterableAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Foundation
@objcMembers
public final class IterableAPI : NSObject {
// Current SDK Version.
static let sdkVersion = "6.1.0-beta1"
static let sdkVersion = "6.1.0-beta2"

// MARK: Initialization
/// You should call this method and not call the init method directly.
Expand Down

0 comments on commit 6b75b9b

Please sign in to comment.