From 50baa9582f5aa76a2a1654445587184fe430f4d1 Mon Sep 17 00:00:00 2001 From: Nannan Wang Date: Fri, 10 Nov 2023 17:28:48 +0800 Subject: [PATCH] Update version constraints `http: ">=0.13.5 <2.0.0"` for wider compatibility --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d20b48..095322a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.3 + +* Update version constraints `http: ">=0.13.5 <2.0.0"` for wider compatibility + ## 2.1.2 * Upgrading dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 87366ad..4e1ef25 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: app_review description: Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. -version: 2.1.2+1 +version: 2.1.3+1 maintainer: Rody Davis (@rodydavis) homepage: https://github.com/rodydavis/plugins repository: https://github.com/fluttercommunity/app_review @@ -10,7 +10,7 @@ environment: flutter: ^1.10.0 dependencies: - http: ^0.13.5 + http: ">=0.13.5 <2.0.0" package_info_plus: ^4.0.2 url_launcher: ^6.1.6 flutter: