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: