From 177a550a9ea3de9cdff90377707ff744970957f4 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 29 Apr 2019 12:48:06 -0400 Subject: [PATCH] Depend on 2.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ed160ae..c789831 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ homepage: https://github.com/angel-dart/angel dependencies: angel_auth: ^2.0.0 # Supports stateless authentication via JWT angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files. - angel_framework: ^2.0.0-rc.0 # The core server library. + angel_framework: ^2.0.0 # The core server library. angel_jael: ^2.0.0 # Server-side templating engine angel_production: ^1.0.0 # Production application runner. angel_static: ^2.0.0 # Static file server