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.