From c21fa522481ea8dff8e7b28a4b2e25819bf835af Mon Sep 17 00:00:00 2001 From: Prerak Mann Date: Fri, 9 Apr 2021 15:46:12 +0530 Subject: [PATCH] Publish v3.0.1 on pub --- CHANGELOG.md | 3 +++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248cd1e..1da692a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.1 +- Fix issues when running with sound null safety. + ## 3.0.0 * Bump version to 3.0.0 (dart sdk `>=2.12.0 <3.0.0`). diff --git a/example/pubspec.lock b/example/pubspec.lock index f2994a0..b67211f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -134,7 +134,7 @@ packages: path: ".." relative: true source: path - version: "3.0.0" + version: "3.0.1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index da2f462..d01af94 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nearby_connections description: Plugin for the android NearbyConnections API. Bytes and Files Supported. -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/mannprerak2/nearby_connections environment: