diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b15b9..881b6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.0.3 + +_Bug fixes and refactoring improvements! 🐛✨_ + +- fix: `CachedVideoPlayerPlus.file` not working properly. Thanks [@wlodzix](https://github.com/wlodzix) for [#103](https://github.com/OutdatedGuy/cached_video_player_plus/pull/103) +- refactor: internal code improvements and cleanup _(because even code needs a spa day sometimes!)_ + ## 4.0.2 _Bug fixes and documentation improvements! �📚_ diff --git a/README.md b/README.md index d9e3711..902c84d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ See `cached_video_player_plus` in action across different platforms: ```yaml dependencies: - cached_video_player_plus: ^4.0.2 + cached_video_player_plus: ^4.0.3 video_player: ^2.10.0 # Don't forget this one! ``` diff --git a/example/pubspec.lock b/example/pubspec.lock index c7f090a..70a2833 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -31,7 +31,7 @@ packages: path: ".." relative: true source: path - version: "4.0.2" + version: "4.0.3" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 519fd5a..a903af2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cached_video_player_plus description: "The video_player plugin that went to therapy, worked on its commitment issues, and now actually remembers your videos!" -version: 4.0.2 +version: 4.0.3 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/cached_video_player_plus topics: