diff --git a/.gitignore b/.gitignore index fa1e2750..0104b702 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,5 @@ packages # Include when developing application packages. pubspec.lock -doc/api \ No newline at end of file +doc/api +.dart_tool \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 615a333c..73da9b1a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,14 +1,10 @@ - - + + - - - - - + @@ -43,18 +39,6 @@ - - - - - - - - - - - - @@ -119,21 +103,21 @@ - + - - + + - + - - + + @@ -237,7 +221,6 @@ @@ -695,14 +679,7 @@ - - - - 1506089080836 - 1506092029287 @@ -1040,7 +1017,14 @@ - @@ -1076,7 +1060,7 @@ - @@ -1110,9 +1094,9 @@ - + - + @@ -1135,7 +1119,6 @@ @@ -1169,13 +1153,6 @@ - - - - - - - @@ -1454,14 +1431,6 @@ - - - - - - - - @@ -1559,9 +1528,25 @@ + + + + + + + + + + + + + + + + - + diff --git a/pubspec.yaml b/pubspec.yaml index 1768db77..e9f209bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: angel_framework -version: 1.1.2 +version: 1.1.3 description: A high-powered HTTP server with DI, routing and more. author: Tobe O homepage: https://github.com/angel-dart/angel_framework environment: - sdk: ">=1.19.0 <2.0.0" + sdk: ">=1.19.0 <3.0.0" dependencies: angel_http_exception: ^1.0.0 angel_model: ^1.0.0