diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cd77d..4c983eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.3 +## 0.1.3+1 * Update documentation and Readme diff --git a/README.md b/README.md index bbf2e87..025ddb0 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-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) +* [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) + * [Sending Bytes Payload](#sending-bytes-payload) ## Setup diff --git a/example/pubspec.lock b/example/pubspec.lock index e9ea307..7d525c9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -66,7 +66,7 @@ packages: path: ".." relative: true source: path - version: "0.1.3" + version: "0.1.3+1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 14e5839..282b4d8 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.3 +version: 0.1.3+1 author: Prerak Mann homepage: https://github.com/mannprerak2/nearby_connections