Skip to content

Commit 77fe6d6

Browse files
authored
v4.1.0 (#122)
1 parent 430d447 commit 77fe6d6

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.1.0
2+
3+
_Customization power up! 🛠️✨_
4+
5+
- feat: Allow replacing the default implementations of the cache manager and storage. Thanks [@AlexV525](https://github.com/AlexV525) for [#114](https://github.com/OutdatedGuy/cached_video_player_plus/pull/114)
6+
- docs: Updated funding links and support information
7+
18
## 4.0.4
29

310
_Bug fixes and Flutter updates! 🐛⚡_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ See `cached_video_player_plus` in action across different platforms:
9393

9494
```yaml
9595
dependencies:
96-
cached_video_player_plus: ^4.0.4
97-
video_player: ^2.10.0 # Don't forget this one!
96+
cached_video_player_plus: ^4.1.0
97+
video_player: ^2.10.1 # Don't forget this one!
9898
```
9999
100100
### 2. Follow `video_player` setup

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages:
3131
path: ".."
3232
relative: true
3333
source: path
34-
version: "4.0.4"
34+
version: "4.1.0"
3535
characters:
3636
dependency: transitive
3737
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: "The video_player plugin that went to therapy, worked on its commitment issues, and now actually remembers your videos!"
3-
version: 4.0.4
3+
version: 4.1.0
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/cached_video_player_plus
66
topics:

0 commit comments

Comments
 (0)