From 1a4102a45e772ca29400a1dfb6e40b86cd462483 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 24 Oct 2024 10:39:08 -0700 Subject: [PATCH] Prepare to publish cupertino_http 2.0.0 --- pkgs/cupertino_http/CHANGELOG.md | 2 +- pkgs/cupertino_http/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/cupertino_http/CHANGELOG.md b/pkgs/cupertino_http/CHANGELOG.md index 04b2ed6a65..616e07b6cb 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-wip +## 2.0.0 * The behavior of `CupertinoClient` and `CupertinoWebSocket` has not changed. * **Breaking:** `MutableURLRequest.httpBodyStream` now takes a `NSInputStream` diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index dbdda7067b..8a442de791 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 1.5.2-wip +version: 2.0.0 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.