Skip to content

Commit

Permalink
Correct the pubspec.yaml, we require 1.23.0 (#58)
Browse files Browse the repository at this point in the history
Closes #57.
  • Loading branch information
matanlurey authored and nex3 committed Mar 6, 2017
1 parent 632deeb commit 6374d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http
version: 0.11.3+10
version: 0.11.3+11
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/http
description: A composable, Future-based API for making HTTP requests.
Expand All @@ -12,4 +12,4 @@ dependencies:
dev_dependencies:
unittest: ">=0.9.0 <0.12.0"
environment:
sdk: ">=1.22.0 <2.0.0"
sdk: ">=1.23.0-dev.0.0 <2.0.0"

0 comments on commit 6374d62

Please sign in to comment.