diff --git a/CHANGELOG.md b/CHANGELOG.md index a501cd0..29cd77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.2 +## 0.1.3 * Update documentation and Readme diff --git a/README.md b/README.md index fbeb683..bbf2e87 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ An **android** flutter plugin for the Nearby Connections API ## Table of Content * [Setup](#setup) -* [Work Flow](#Work%20Flow) - * [Advertise For connections](#Advertise%20for%20connection) - * [Discover Advertisers](#Discover%20Advertisers) - * [Request Connection](#Request%20Connection) - * [Accept Connection](#Accept%20Connection) -* [Sending Data](#Sending%20Data) - * [Senging Bytes Payload](#Sending%20Bytes%20Payload) +* [Work Flow](#Work-Flow) + * [Advertise For connections](#Advertise-for-connection) + * [Discover Advertisers](#Discover-Advertisers) + * [Request Connection](#Request-Connection) + * [Accept Connection](#Accept-Connection) +* [Sending Data](#Sending-Data) + * [Senging Bytes Payload](#Sending-Bytes-Payload) ## Setup diff --git a/example/pubspec.lock b/example/pubspec.lock index 1e9d9e2..e9ea307 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -66,7 +66,7 @@ packages: path: ".." relative: true source: path - version: "0.1.2" + version: "0.1.3" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5e82aa4..14e5839 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.2 +version: 0.1.3 author: Prerak Mann homepage: https://github.com/mannprerak2/nearby_connections