From 64ef2ad81a6b8718bf20f522481612a09118333f Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 5 Apr 2017 18:43:49 -0400 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3f0ad6fe..e2f3c084 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,10 +2,10 @@ name: angel_mustache description: Mustache view generator for Angel. author: thosakwe homepage: https://github.com/angel-dart/angel_mustache -version: 1.0.2 +version: 1.0.3 dependencies: angel_framework: ">=1.0.0-dev < 2.0.0" mustache4dart: ">= 1.0.0 < 2.0.0" dev_dependencies: http: ">= 0.11.3 < 0.12.0" - test: ">= 0.12.13 < 0.13.0" \ No newline at end of file + test: ">= 0.12.13 < 0.13.0"