From c18858f9de3925a6e6fc8663c0d95977b64a1a47 Mon Sep 17 00:00:00 2001 From: ksenia312 Date: Thu, 8 Feb 2024 21:00:42 +0100 Subject: [PATCH] release: 0.0.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a2819..fc04054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +- Update README and assets + ## 0.0.1 - The first release diff --git a/pubspec.yaml b/pubspec.yaml index 15443b2..b621198 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,9 @@ 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.1 +version: 0.0.2 homepage: https://github.com/ksenia312/nearby_service repository: https://github.com/ksenia312/nearby_service -platforms: - android: - ios: - environment: sdk: ">=3.0.0 <4.0.0" flutter: ">=3.10.0"