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"