From 4d2f9f956c6b9131bcc37fcad582a0c7da73427c Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Fri, 17 May 2024 15:19:58 -0700 Subject: [PATCH] Get ready to publish cronet_http 1.2.1 (#1202) --- pkgs/cronet_http/CHANGELOG.md | 2 +- pkgs/cronet_http/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index a7dac11f08..188b3cd17e 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.1-wip +## 1.2.1 * Upgrade `package:jni` to 0.9.2 to fix the build error in the latest versions of Flutter. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 261f1fb6d6..2e869381f9 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.2.1-wip +version: 1.2.1 description: >- An Android Flutter plugin that provides access to the Cronet HTTP client. repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http