diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml
index 724a48ff..ceaa2758 100644
--- a/.idea/libraries/Dart_Packages.xml
+++ b/.idea/libraries/Dart_Packages.xml
@@ -23,13 +23,6 @@
-
-
-
-
-
-
-
@@ -142,13 +135,6 @@
-
-
-
-
-
-
-
@@ -177,13 +163,6 @@
-
-
-
-
-
-
-
@@ -366,13 +345,6 @@
-
-
-
-
-
-
-
@@ -499,13 +471,6 @@
-
-
-
-
-
-
-
@@ -533,7 +498,6 @@
-
@@ -550,12 +514,10 @@
-
-
@@ -582,7 +544,6 @@
-
@@ -601,7 +562,6 @@
-
diff --git a/pubspec.yaml b/pubspec.yaml
index d39fcf3a..0fb1e30d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,15 +1,14 @@
name: angel_security
-version: 1.0.2
+version: 1.1.0
description: Angel middleware designed to enhance application security by patching common Web security holes.
author: Tobe O
environment:
sdk: ">=1.19.0"
homepage: https://github.com/angel-dart/security
dependencies:
- angel_framework: ^1.0.0-dev
+ angel_framework: ^1.1.0
dev_dependencies:
- angel_auth: ^1.0.0-dev
- angel_diagnostics: ^1.0.0-dev
- angel_validate: ^1.0.0-beta
- angel_test: ^1.0.0-dev
+ angel_auth: ^1.1.0
+ angel_validate: ^1.0.0
+ angel_test: ^1.1.0
test: ^0.12.0
\ No newline at end of file