Skip to content

Commit 3faef27

Browse files
authored
v3.0.3 (#39)
1 parent 0c0688f commit 3faef27

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.3
2+
3+
- refactor: lowered sdk constraints to support dart 3.0.0 and above
4+
15
## 3.0.2
26

37
- chore: updated dependency constraints to support lower bounds

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the `cached_video_player_plus` package to your `pubspec.yaml` file:
1919

2020
```yaml
2121
dependencies:
22-
cached_video_player_plus: ^3.0.2
22+
cached_video_player_plus: ^3.0.3
2323
```
2424
2525
### 2. Follow the installation instructions

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "3.0.2"
18+
version: "3.0.3"
1919
characters:
2020
dependency: transitive
2121
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cached_video_player_plus
22
description: "Original video_player plugin with the superpower of caching embedded in Android, iOS and macOS."
3-
version: 3.0.2
3+
version: 3.0.3
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/cached_video_player_plus
66

0 commit comments

Comments
 (0)