From 07f9e47e44a6cc53cd2efd314c37a71106ee58dc Mon Sep 17 00:00:00 2001 From: okrad Date: Mon, 13 Dec 2021 23:40:35 +0100 Subject: [PATCH] Bump version to 2.3.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5f291..706fe54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [2.3.1] - 2021/12/13 +* Small fix ## [2.3.0] - 2021/11/03 * Add Spotify client (thanks [mauriciocartagena](https://github.com/mauriciocartagena)) * Allow passing custom WebAuth class to OAuth2Helper (thanks [Jon Salmon](https://github.com/Jon-Salmon)) diff --git a/README.md b/README.md index 355112a..624c0e7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Add the library to your *pubspec.yaml* file: ```yaml dependencies: - oauth2_client: ^2.2.7 + oauth2_client: ^2.3.1 ``` # Usage with the helper class # diff --git a/pubspec.yaml b/pubspec.yaml index c5da3e6..557e0c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: oauth2_client description: Flutter library for interacting with OAuth2 servers, with classes for transparent authorized requests, secure OAuth token storage, automatic token refeshing. -version: 2.3.0 +version: 2.3.1 homepage: https://github.com/teranetsrl/oauth2_client repository: https://github.com/teranetsrl/oauth2_client environment: