From cf30eaade9382abd21a200d92f797c9874b8289a Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 10 Oct 2023 11:23:59 -0700 Subject: [PATCH] Prepare to release cronet 0.4.0 --- 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 28116260c7..6d230165b7 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.4.0-jni +## 0.4.0 * Use more efficient operations when copying bytes between Java and Dart. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 80d13015d6..37ba7afcbd 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,7 +1,7 @@ name: cronet_http description: > An Android Flutter plugin that provides access to the Cronet HTTP client. -version: 0.4.0-jni +version: 0.4.0 repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http environment: