From 131fb7ac6b13242f73b76489ad3891df29b948d4 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 12 Sep 2023 12:56:19 -0700 Subject: [PATCH] Add a prerelease version --- 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 6edb4764f9..416553137a 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.0 +## 0.3.0-jni * Switch to using `package:jnigen` for bindings to Cronet * Support for running in background isolates. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 0a5b4ebbea..129547c1aa 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.5.0 +version: 0.3.0-jni repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http environment: