diff --git a/README.md b/README.md index b3c6163d..93a7116e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Angel Configuration -![version 1.0.2](https://img.shields.io/badge/version-1.0.2-brightgreen.svg) +![version 1.0.3](https://img.shields.io/badge/version-1.0.3-brightgreen.svg) ![build status](https://travis-ci.org/angel-dart/configuration.svg) Isomorphic YAML configuration loader for Angel. diff --git a/pubspec.yaml b/pubspec.yaml index f99cda59..faddbc34 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: angel_configuration description: Isomorphic YAML configuration loader for Angel. -version: 1.0.2 +version: 1.0.3 author: Tobe O homepage: https://github.com/angel-dart/angel_configuration dependencies: - analyzer: ">=0.28.1 <0.29.0" + analyzer: ">=0.28.1 <1.0.0" angel_framework: ">=1.0.0-dev < 2.0.0" angel_route: ">=1.0.0-dev < 2.0.0" barback: ">=0.15.2 < 0.16.0"