diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index bbedcd21cc..a9a0150cb4 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.0-wip +## 1.3.0 * Fixed unintended HTML tags in doc comments. * Switched `BrowserClient` to use Fetch API instead of `XMLHttpRequest`. diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 9685a17148..cc42dd9c65 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,12 +1,12 @@ name: http -version: 1.3.0-wip +version: 1.3.0 description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http topics: - - http - - network - - protocols + - http + - network + - protocols environment: sdk: ^3.4.0 diff --git a/pkgs/http2/pubspec.yaml b/pkgs/http2/pubspec.yaml index d5b614db58..bb1c2ca16d 100644 --- a/pkgs/http2/pubspec.yaml +++ b/pkgs/http2/pubspec.yaml @@ -4,9 +4,9 @@ description: A HTTP/2 implementation in Dart. repository: https://github.com/dart-lang/http/tree/master/pkgs/http2 topics: - - http - - network - - protocols + - http + - network + - protocols environment: sdk: ^3.2.0