Skip to content

Commit

Permalink
Merge branch 'feature/uuid_4' into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Sep 12, 2023
2 parents a7db400 + 4e8b382 commit 3622d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.9.35

* Fix nullable completer argument type (@srawlins).
* Support uuid 4.0.0 (@Pante).

## 0.9.34

Expand Down
2 changes: 1 addition & 1 deletion just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
path: ^1.8.0
path_provider: ^2.0.0
async: ^2.5.0
uuid: ^3.0.1
uuid: '>=3.0.1 <5.0.0'
crypto: ^3.0.0
meta: ^1.3.0
flutter:
Expand Down

0 comments on commit 3622d11

Please sign in to comment.