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
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_file_service)
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_file_service)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](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