From ed9cb3c66f40781956a5962f00cd2e08076dc6eb Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 11 Jul 2024 15:29:39 -0700 Subject: [PATCH] Prepare to publish cupertino_http 1.5.1 --- 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 0be851c2b6..4cd4a5e8cd 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.5.1-wip +## 1.5.1 * Allow `1000` as a `code` argument in `CupertinoWebSocket.close`. * Fix a bug where the `Content-Length` header would not be set under certain diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index e34117dc29..94a9da8d8c 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 1.5.1-wip +version: 1.5.1 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.