From e524eb555a8c00a0386b2db8e38f7855eff402b8 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 15 Jan 2025 15:13:54 -0800 Subject: [PATCH] Prepare cupertino_http 2.0.2 for release --- 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 eab2fcb974..f6513b7e23 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.2-wip +## 2.0.2 * Upgrade to `package:objective_c` 4.1. * Upgrade to `package:ffigen` 16.1. diff --git a/pkgs/cupertino_http/pubspec.yaml b/pkgs/cupertino_http/pubspec.yaml index b0eb6ae178..9c261a9209 100644 --- a/pkgs/cupertino_http/pubspec.yaml +++ b/pkgs/cupertino_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cupertino_http -version: 2.0.2-wip +version: 2.0.2 description: >- A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.