From b0cc9d8548152f0500897296eae0fb518f418061 Mon Sep 17 00:00:00 2001 From: Ricardo Pereira Date: Mon, 29 Jul 2019 16:31:44 +0100 Subject: [PATCH] Bump version to 1.1.10. --- README.md | 4 ++-- Spec/RealtimeClientConnection.swift | 2 +- Version.xcconfig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 091105b5e..bc2f0f68d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If you find any issues with unsupported platform versions, please [raise an issu #### Acknowledgments -As of version `1.1.9` this library based on the 1.1 library specification. It implements a subset of 1.1 features: +As of version `1.1.10` this library based on the 1.1 library specification. It implements a subset of 1.1 features: - updated push API and push device authentication; - support for enforcement of the `maxMessageSize` attribute @@ -130,7 +130,7 @@ If you see, for example, a `dyld: Library not loaded: @rpath/SocketRocketAblyFor ### Manual installation -1. Get the code from GitHub [from the release page](https://github.com/ably/ably-ios/releases/tag/1.1.9), or clone it to get the latest, unstable and possibly underdocumented version: `git clone git@github.com:ably/ably-ios.git` +1. Get the code from GitHub [from the release page](https://github.com/ably/ably-ios/releases/tag/1.1.10), or clone it to get the latest, unstable and possibly underdocumented version: `git clone git@github.com:ably/ably-ios.git` 2. Drag the directory `ably-ios/ably-ios` into your project as a group. 3. Ably depends on our [SocketRocket Fork](https://github.com/ably-forks/SocketRocket) 0.5.2; get it [from the releases page](https://github.com/ably-forks/SocketRocket/releases/tag/0.5.2-ably-2) and follow [its manual installation instructions](https://github.com/ably-forks/SocketRocket/#installing). 4. Ably also depends on our [MessagePack Fork](https://github.com/ably-forks/msgpack-objective-C) 0.2.0; get it [from the releases page](https://github.com/ably-forks/msgpack-objective-C/releases/tag/0.2.0-ably-1) and link it into your project. diff --git a/Spec/RealtimeClientConnection.swift b/Spec/RealtimeClientConnection.swift index 232c58d20..43ecb2ed3 100644 --- a/Spec/RealtimeClientConnection.swift +++ b/Spec/RealtimeClientConnection.swift @@ -242,7 +242,7 @@ class RealtimeClientConnection: QuickSpec { done() case .connected: if let transport = client.transport as? TestProxyTransport, let query = transport.lastUrl?.query { - expect(query).to(haveParam("lib", withValue: "ios-1.1.9")) + expect(query).to(haveParam("lib", withValue: "ios-1.1.10")) } else { XCTFail("MockTransport isn't working") diff --git a/Version.xcconfig b/Version.xcconfig index c60b1a8df..463fcd669 100644 --- a/Version.xcconfig +++ b/Version.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 1.1.9 +CURRENT_PROJECT_VERSION = 1.1.10