diff --git a/README.md b/README.md index 1a19505..35c518e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - requests: ^4.6.0 + requests: ^4.7.0 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 9d21a8b..6aeecab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: requests description: a flutter library that helps with http requests and stored cookies -version: 4.6.0 +version: 4.7.0 homepage: https://github.com/jossef/requests environment: sdk: '>=2.16.1 <3.0.0'