From 09e5f2135150ece32bbaeca8d01cefcf3b7bb87e Mon Sep 17 00:00:00 2001 From: chinloyal Date: Tue, 19 Jan 2021 08:06:56 -0500 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c98cb3d..61c1461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.1 - January 19, 2021 +* BUGFIX: ConnectionEventListener null safety issue for Android (fixed by [@spiritinlife](https://github.com/spiritinlife)) + ## 1.1.0 - November 20, 2020 * MINOR: Removed json_serializable and build_runner dependencies, this prevents conflict with projects that have to use those libraries at a specific version. diff --git a/README.md b/README.md index 508f64c..768e004 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Add to your pubspec.yaml ```yaml dependencies: - pusher_client: ^1.1.0 + pusher_client: ^1.1.1 ``` ## Configuration diff --git a/example/pubspec.lock b/example/pubspec.lock index 1e9bfef..6912599 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.1.1" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index aac0578..6945559 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: pusher_client description: | A Pusher Channels client plugin for Flutter targeting Android and iOS. It wraps pusher-websocket-java v2.2.5 and pusher-websocket-swift v8.0.0. -version: 1.1.0 +version: 1.1.1 homepage: https://github.com/chinloyal/pusher_client documentation: https://github.com/chinloyal/pusher_client/blob/master/README.md