From 65a2026ccc7a4fc1e0a1cf5ba0692276d934336c Mon Sep 17 00:00:00 2001 From: vnapnic Date: Thu, 17 Jun 2021 15:06:58 +0700 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e664a3..716201f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +* Update readme - test on the real Android device. + ## 1.1.0 * Fix android devices are not able to see each other. diff --git a/pubspec.yaml b/pubspec.yaml index 1648594..7ce461a 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.1.0 +version: 1.1.1 author: vn.apnic@gmail.com homepage: https://github.com/VNAPNIC/flutter_nearby_connections