From 4a1576421bb5c7062d6a94b0c72fedbdd8301196 Mon Sep 17 00:00:00 2001 From: vnapnic Date: Thu, 17 Jun 2021 14:50:38 +0700 Subject: [PATCH] update version to 1.1.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5245ac6..6e664a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +* Fix android devices are not able to see each other. + ## 1.0.11 * Support Null Safety diff --git a/pubspec.yaml b/pubspec.yaml index 0d4eebd..1648594 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_nearby_connections description: Flutter plugin supports peer-to-peer connectivity and discovers nearby devices for Android and IOS -version: 1.0.11 +version: 1.1.0 author: vn.apnic@gmail.com homepage: https://github.com/VNAPNIC/flutter_nearby_connections