From 6abb8024dd05d603f482764d2a2f6318ff4261ea Mon Sep 17 00:00:00 2001 From: ksenia312 Date: Mon, 18 Mar 2024 23:40:15 +0100 Subject: [PATCH] release: 0.0.6 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a5f4c..fd76382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.6 + +- Update README: add a Feedback form + ## 0.0.5 - Update README: add Features section diff --git a/pubspec.yaml b/pubspec.yaml index e81d04c..49dcf22 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.0.5 +version: 0.0.6 homepage: https://github.com/ksenia312/nearby_service repository: https://github.com/ksenia312/nearby_service