Updated file_service description
This commit is contained in:
parent
70c4882727
commit
19e060800e
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
# 4.0.1
|
||||
* Updated package description
|
||||
|
||||
# 4.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# angel3_file_service
|
||||
[](https://pub.dartlang.org/packages/angel3_file_service)
|
||||
[](https://pub.dartlang.org/packages/angel3_file_service)
|
||||
[](https://dart.dev/null-safety)
|
||||
[](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: angel3_file_service
|
||||
version: 4.0.0
|
||||
description: Angel service that persists data to a file on disk.
|
||||
version: 4.0.1
|
||||
description: Angel service that persists data to a file on disk, stored as a JSON list.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/file_service
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
Loading…
Reference in a new issue