Skip to content

Commit 4681792

Browse files
authored
Prepare to publish (#410)
1 parent 56007a9 commit 4681792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 0.12.1-dev
1+
## 0.12.1
22

33
* Add `IOStreamedResponse` which includes the ability to detach the socket.
4-
When sending a request with an `IOClient` the response will be an
4+
When sending a request with an `IOClient` the response will be an
55
`IOStreamedResponse`.
66
* Remove dependency on `package:async`.
77

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 0.12.1-dev
2+
version: 0.12.1
33
homepage: https://github.com/dart-lang/http
44
description: A composable, multi-platform, Future-based API for HTTP requests.
55

0 commit comments

Comments
 (0)