From 7cab14ebff991cad87470952a603070a8b0a56b8 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 5 Nov 2024 15:40:39 -0800 Subject: [PATCH] Release package:cupertino_http 2.0.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 d0d5124631..e903e336a3 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.1-wip +## 2.0.1 * Fix a [bug](https://github.com/dart-lang/http/issues/1398) where `package:cupertino_http` only worked with iOS 17+. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index 94ceb6bdff..0e53691da2 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 2.0.1-wip +version: 2.0.1 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.