Publish configuration
This commit is contained in:
parent
6939441543
commit
143e4841f8
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# angel3_configuration
|
||||
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_configuration)
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_configuration)
|
||||
[![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_configuration
|
||||
description: Automatic YAML application configuration loader for Angel, with .env support.
|
||||
version: 3.0.0
|
||||
version: 4.0.0
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/configuration
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
Loading…
Reference in a new issue