diff --git a/pubspec.yaml b/pubspec.yaml index 56c70487..61969cd9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ name: angel_client -version: 1.0.0-dev +version: 1.0.0-dev+1 description: Client library for the Angel framework. author: Tobe O homepage: https://github.com/angel-dart/angel_client dependencies: + http: ">= 0.11.3 < 0.12.0" json_god: ">=2.0.0-beta <3.0.0" merge_map: ">=1.0.0 <2.0.0" dev_dependencies: angel_framework: ">=1.0.0-dev <2.0.0" - http: ">= 0.11.3 < 0.12.0" test: ">= 0.12.13 < 0.13.0" \ No newline at end of file