From a3567f83db01d55c0c8248b7298830410b5b297b Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 5 Jun 2024 13:46:04 -0700 Subject: [PATCH] Prepare to release cronet_http 1.3.1 (#1228) --- 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 20c7625a71..a5e1c3fce1 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.1-wip +## 1.3.1 * Add relevant rules with the ProGuard to avoid runtime exceptions. * Upgrade `package:jnigen` to 0.9.2 to fix a bug for 32-bit architectures. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index d82e69a04b..49fefbaf23 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.3.1-wip +version: 1.3.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