Skip to content

Commit 1914a9d

Browse files
authored
v4.0.2 (#101)
1 parent f8e5f5c commit 1914a9d

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.0.2
2+
3+
_Bug fixes and documentation improvements! �📚_
4+
5+
- fix: Dispose method not asynchronous _(technically breaking, but unlikely to affect real usage)_
6+
- docs: Fixed desktop demo sizing issue for better user experience
7+
- docs: Updated README with cache manager override instructions
8+
- docs: Improved iOS Chewie demo documentation
9+
110
## 4.0.1+1
211

312
_Documentation improvements and shiny new demos! ✨_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ See `cached_video_player_plus` in action across different platforms:
6565

6666
```yaml
6767
dependencies:
68-
cached_video_player_plus: ^4.0.1+1
68+
cached_video_player_plus: ^4.0.2
6969
video_player: ^2.10.0 # Don't forget this one!
7070
```
7171

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.1+1"
34+
version: "4.0.2"
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.1+1
3+
version: 4.0.2
44
homepage: https://outdatedguy.rocks
55
repository: https://github.com/OutdatedGuy/cached_video_player_plus
66
topics:

0 commit comments

Comments
 (0)