From a5b8eececffc17350d4de16e899afc590df735ca Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 18 Dec 2023 16:40:19 -0800 Subject: [PATCH] Prepare to publish cupertino 1.2.0 (#1080) --- 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 47e25cb590..d768f7a5c7 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.0-wip +## 1.2.0 * Add support for setting additional http headers in `URLSessionConfiguration`. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 81905aa87e..0a97bdd25d 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 1.2.0-wip +version: 1.2.0 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.