Skip to content

Commit

Permalink
Merge pull request #35 from Railway-Engineering-Solutions/master
Browse files Browse the repository at this point in the history
Bump firebase_storage to ^12
  • Loading branch information
atn832 authored Jun 18, 2024
2 parents edbf35c + 3c044ac commit c4578a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ main() async {

| firebase_storage | firebase_storage_mocks |
|------------------|------------------------|
| 12.0.0 | 0.7.0 |
| 11.0.0 | 0.6.0 |
| 10.0.0 | 0.5.1 |

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firebase_storage_mocks
description: Mocks for Firebase Storage. Use this package to write unit tests involving Firebase Storage.
version: 0.6.1
version: 0.7.0
homepage: https://www.wafrat.com
repository: https://github.com/atn832/firebase_storage_mocks

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
firebase_storage: ^11.0.0
firebase_storage: ^12.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c4578a5

Please sign in to comment.