diff --git a/CHANGELOG.md b/CHANGELOG.md index d403539..a501cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +* Update documentation and Readme + ## 0.1.1 * Fixed sendPayload future not completing bug diff --git a/example/pubspec.lock b/example/pubspec.lock index 100cb89..1e9d9e2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -66,7 +66,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.2" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1b8703f..5e82aa4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nearby_connections description: Plugin for the android NearbyConnections API. Currently sending bytes (Uint8List) is possible. -version: 0.1.1 +version: 0.1.2 author: Prerak Mann homepage: https://github.com/mannprerak2/nearby_connections