Fixed pretty_logging
This commit is contained in:
parent
f713c1f001
commit
419b9de7f3
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# 3.0.1
|
||||||
|
* Fixed invalid homepage url in pubspec.yaml
|
||||||
# 3.0.0
|
# 3.0.0
|
||||||
* Migrated to support Dart SDK 2.12.x NNBD
|
* Migrated to support Dart SDK 2.12.x NNBD
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel3_pretty_logging
|
name: angel3_pretty_logging
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
description: Standalone helper for colorful logging output, using pkg:io AnsiCode.
|
description: Standalone helper for colorful logging output, using pkg:io AnsiCode.
|
||||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/pretty_logging
|
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/pretty_logging
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue