Skip to content

Commit 07e9f6b

Browse files
authored
v4.0.3 (#107)
LGTM!
1 parent 9ba634f commit 07e9f6b

4 files changed

Lines changed: 10 additions & 3 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.0.3
2+
3+
_Bug fixes and refactoring improvements! 🐛✨_
4+
5+
- fix: `CachedVideoPlayerPlus.file` not working properly. Thanks [@wlodzix](https://github.com/wlodzix) for [#103](https://github.com/OutdatedGuy/cached_video_player_plus/pull/103)
6+
- refactor: internal code improvements and cleanup _(because even code needs a spa day sometimes!)_
7+
18
## 4.0.2
29

310
_Bug fixes and documentation improvements! �📚_

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

0 commit comments

Comments
 (0)