Skip to content

Commit

Permalink
Bump version to 1.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Jul 29, 2019
1 parent d44746f commit b0cc9d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Spec/RealtimeClientConnection.swift
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion Version.xcconfig
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1.1.9
CURRENT_PROJECT_VERSION = 1.1.10

0 comments on commit b0cc9d8

Please sign in to comment.