From 4a42db7e1202a79926fed62e66060dba7b4920a4 Mon Sep 17 00:00:00 2001 From: ksenia312 Date: Wed, 16 Oct 2024 21:04:56 +0200 Subject: [PATCH] version 0.1.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafcda2..451bd92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +- [Android]: Improve files management and connection + ## 0.1.1 - Fix issue https://github.com/ksenia312/nearby_service/issues/16 diff --git a/pubspec.yaml b/pubspec.yaml index 6a64f83..0c26cff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nearby_service description: Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files. -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/ksenia312/nearby_service repository: https://github.com/ksenia312/nearby_service