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