diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb98b1..a63b7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.2 + +- chore: updated dependency constraints to support lower bounds + ## 3.0.1 **BREAKING CHANGES** @@ -17,7 +21,7 @@ ## 3.0.0 -### Note: This release was retracted due to [#26](https://github.com/OutdatedGuy/cached_video_player_plus/issues/26) +**NOTE: This release was retracted due to [#26](https://github.com/OutdatedGuy/cached_video_player_plus/issues/26)** ## 2.0.0 diff --git a/README.md b/README.md index 9814306..d46a0a9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the `cached_video_player_plus` package to your `pubspec.yaml` file: ```yaml dependencies: - cached_video_player_plus: ^3.0.1 + cached_video_player_plus: ^3.0.2 ``` ### 2. Follow the installation instructions diff --git a/example/pubspec.lock b/example/pubspec.lock index 65bb616..60fd291 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -15,7 +15,7 @@ packages: path: ".." relative: true source: path - version: "3.0.1" + version: "3.0.2" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3bc0334..220b52d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cached_video_player_plus description: "Original video_player plugin with the superpower of caching embedded in Android, iOS and macOS." -version: 3.0.1 +version: 3.0.2 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/cached_video_player_plus