From b31f414f107b61ed86b36d8b36253d6bb4edb266 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 13 Mar 2025 10:20:10 -0700 Subject: [PATCH] Prepare to release cupertino_http 2.1.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 24d6f7a5b3..2a935bd48f 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0-wip +## 2.1.0 * Remove some unnecessary native code. * Upgrade to `package:objective_c` 7.0. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 968f9002fc..b8df4f8be8 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 2.0.3-wip +version: 2.1.0 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.