From 2014ed03cd714f65cef44b86f0fcbed8c9b82ec1 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Thu, 1 Aug 2024 19:35:27 +0530 Subject: [PATCH] v3.0.3 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63b7d7..39af8f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.3 + +- refactor: lowered sdk constraints to support dart 3.0.0 and above + ## 3.0.2 - chore: updated dependency constraints to support lower bounds diff --git a/README.md b/README.md index d46a0a9..e1d6d2f 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.2 + cached_video_player_plus: ^3.0.3 ``` ### 2. Follow the installation instructions diff --git a/example/pubspec.lock b/example/pubspec.lock index 1aa2a3e..5f80cfe 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -15,7 +15,7 @@ packages: path: ".." relative: true source: path - version: "3.0.2" + version: "3.0.3" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 02160a0..4d3cd2d 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.2 +version: 3.0.3 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/cached_video_player_plus