From 62670f07717fc6348160cfebb0ca1ca8c6fcc6d4 Mon Sep 17 00:00:00 2001 From: Tobe Osakwe Date: Wed, 23 Jan 2019 14:44:10 -0500 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ab6215d..9967416 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,16 +5,16 @@ environment: sdk: '>=2.0.0-dev <3.0.0' homepage: https://github.com/angel-dart/angel dependencies: - angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT + 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-alpha # The core server library. angel_jael: ^2.0.0 # Server-side templating engine angel_production: ^1.0.0-alpha - angel_static: ^2.0.0-alpha # Static file server - angel_validate: ^2.0.0-alpha # Allows for validation of input data + angel_static: ^2.0.0 # Static file server + angel_validate: ^2.0.0 # Allows for validation of input data dev_dependencies: angel_hot: ^2.0.0 # Hot-reloading support. :) - angel_test: ^2.0.0-alpha # Utilities for testing Angel servers. + angel_test: ^2.0.0a # Utilities for testing Angel servers. io: ^0.3.2 pedantic: ^1.0.0 test: ^1.0.0