Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Jul 17, 2023
1 parent ff26dfe commit 1e8318f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.0] - 2023-07-17

* Flutter 3.10.0
* Dart 3
* Use drift
* Remove freezed
* Update http

## [4.0.0-dev.2] - 2022-11-25

* export `CachesSchema`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0-dev.2"
version: "4.0.0"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: encrypt_file_loader
description: encrypt_file_loader is a library that can store files encrypted with webcrypto.
version: 4.0.0-dev.2
version: 4.0.0
homepage: https://github.com/koji-1009/encrypt_file_loader

environment:
Expand Down

0 comments on commit 1e8318f

Please sign in to comment.