From 532274e417371a1d39da8dc3a342e5525fc33dff Mon Sep 17 00:00:00 2001 From: regiostech Date: Tue, 21 Jun 2016 19:04:24 -0400 Subject: [PATCH] Upgraded Angel dep --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d02de4fa..90903fe2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: angel_configuration description: YAML configuration loader for Angel. -version: 1.0.0 +version: 1.0.1 author: thosakwe homepage: https://github.com/angel-dart/angel_configuration dependencies: - angel_framework: ">=0.0.0-dev < 0.1.0" + angel_framework: ">=1.0.0-dev < 2.0.0" yaml: ">= 2.1.8 < 2.2.0" dev_dependencies: test: ">= 0.12.13 < 0.13.0" \ No newline at end of file