Skip to content

Commit

Permalink
Regenerate and release version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWoolf committed Apr 30, 2019
1 parent 2ac79a0 commit 826b35b
Show file tree
Hide file tree
Showing 13 changed files with 1,169 additions and 849 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ This library exposes two API variants. Firstly, the original (and presently the

For this library version, and for all future 1.x versions, the callback-based API will be the default, and the promises-based variant will need to be explicitly selected, to avoid breaking backwards compatibility. However, a move to the promises-based variant as the default is possible at the next major release. If you are not handling promises, and want a version of the library that will not start returning promises for calls where you don't pass a callback in future versions, you can explicitly require the callback variant.

#### Version: 1.1.7
#### Version: 1.1.8

The latest stable version of the Ably Javascript client library is version: 1.1.7 .
The latest stable version of the Ably Javascript client library is version: 1.1.8 .

For complete API documentation, see the [Ably documentation](https://www.ably.io/documentation).

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ably",
"version": "1.1.7",
"version": "1.1.8",
"homepage": "https://www.ably.io/",
"authors": [
"Paddy Byers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion browser/fragments/license.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.1.7
* Ably JavaScript Library v1.1.8
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down
Loading

0 comments on commit 826b35b

Please sign in to comment.