Skip to content

Commit

Permalink
Merge pull request #45 from jdavid/master
Browse files Browse the repository at this point in the history
v1.0.1 update
  • Loading branch information
mattheworiordan authored May 16, 2017
2 parents 03191a1 + e4d70a1 commit c8602c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## [v1.0.0](https://github.com/ably/ably-php/tree/v1.0.0)
## [1.0.0](https://github.com/ably/ably-php/tree/1.0.0)

[Full Changelog](https://github.com/ably/ably-php/compare/0.9.0...v1.0.0)
[Full Changelog](https://github.com/ably/ably-php/compare/0.9.0...1.0.0)

### v1.0 release and upgrade notes from v0.8

Expand Down
2 changes: 1 addition & 1 deletion src/AblyRest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class AblyRest {

const API_VERSION = '1.0';
const LIB_VERSION = '1.0.0';
const LIB_VERSION = '1.0.1';

protected $options;
protected static $libFlavour = '';
Expand Down

0 comments on commit c8602c6

Please sign in to comment.