From 61bd521dba43937ff8471649f69a893d73f967af Mon Sep 17 00:00:00 2001 From: regiostech Date: Tue, 21 Jun 2016 19:18:12 -0400 Subject: [PATCH] Updated Angel dep --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e0ac55cb..d0c0ad31 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,9 +2,9 @@ name: angel_static description: Static server middleware for Angel. homepage: https://github.com/angel-dart/angel_static author: thosakwe -version: 1.0.0 +version: 1.0.1 dependencies: - angel_framework: ">=0.0.0-dev < 0.1.0" + angel_framework: ">=1.0.0-dev < 2.0.0" mime: ">= 0.9.3 < 0.10.0" dev_dependencies: http: ">= 0.11.3 < 0.12.0"