Skip to content

Commit 7bc8041

Browse files
authored
v3.0.2 (#32)
1 parent 2f6cd60 commit 7bc8041

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2
2+
3+
- chore: updated dependency constraints to support lower bounds
4+
15
## 3.0.1
26

37
**BREAKING CHANGES**
@@ -17,7 +21,7 @@
1721

1822
## 3.0.0
1923

20-
### Note: This release was retracted due to [#26](https://github.com/OutdatedGuy/cached_video_player_plus/issues/26)
24+
**NOTE: This release was retracted due to [#26](https://github.com/OutdatedGuy/cached_video_player_plus/issues/26)**
2125

2226
## 2.0.0
2327

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

0 commit comments

Comments
 (0)