From 36bca76884a457849bfc4bf20a432e0b7e042684 Mon Sep 17 00:00:00 2001 From: Prerak Mann Date: Tue, 6 Aug 2019 20:56:50 +0530 Subject: [PATCH] published 0.1.2 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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