diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..ba8f903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +* fix static analysis. + ## 0.0.1 -* TODO: Describe initial release. +* initial release. diff --git a/pubspec.yaml b/pubspec.yaml index d7cebd6..6d01d0a 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: 0.0.1 +version: 0.0.2 author: vn.apnic@gmail.com homepage: https://github.com/VNAPNIC/flutter_nearby_connections