Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okrad committed Dec 13, 2021
1 parent b732718 commit 07f9e47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 07f9e47

Please sign in to comment.