From 91d76226f6083466ca211c4edf0f47829fddbec4 Mon Sep 17 00:00:00 2001 From: Tobe Osakwe Date: Sat, 14 Jul 2018 18:58:12 -0400 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 22c77567..746709d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ environment: homepage: https://github.com/angel-dart/angel dependencies: angel_auth: ^1.1.0 # Supports stateless authentication via JWT - angel_configuration: ^1.1.0 # Loads application configuration, along with support for .env files. + angel_configuration: ^1.2.0 # Loads application configuration, along with support for .env files. angel_cors: ^1.0.0 # CORS support angel_framework: ^1.1.0 # The core server library. angel_jael: ^1.0.0 # Server-side templating engine