From 3be82887eab7c02db10098e23a049ff1b8d9cffd Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 11 Jul 2024 16:05:14 -0700 Subject: [PATCH] Prepare to publish cronet_http 1.3.2 (#1265) --- 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 fc2f44fe5a..0ce43fceb3 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.2-wip +## 1.3.2 * Upgrade `package:jni` to 0.10.1 and `package:jnigen` to 0.10.0 to fix method calling bugs and a diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 68613e98f3..19e5e8509f 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.3.2-wip +version: 1.3.2 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