Skip to content

Commit

Permalink
Bump version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
okrad committed Mar 14, 2022
1 parent a668350 commit 52b268a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.3.3] - 2022/03/14
* Expose the BaseStorage object (thanks [Jon Salmon](https://github.com/Jon-Salmon))
* Improved documentation for android Manifest modification (thanks [supermar1010](https://github.com/supermar1010))
* Update flutter_web_auth dependency
## [2.3.2] - 2022/01/17
* Fix: support fetching a new token when expired without a refresh token (thanks [Tiernan](https://github.com/nvx))
* Updated dependencies (thanks [Menelphor](https://github.com/Menelphor))
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.3.2
oauth2_client: ^2.3.3
```

# Usage with the helper class #
Expand Down
4 changes: 2 additions & 2 deletions 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.2
version: 2.3.3
homepage: https://github.com/teranetsrl/oauth2_client
repository: https://github.com/teranetsrl/oauth2_client
environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
crypto: ^3.0.1
flutter_secure_storage: ^5.0.2
flutter_web_auth: ^0.4.0
flutter_web_auth: ^0.4.1
http: ^0.13.4
meta: ^1.7.0
random_string: ^2.3.1
Expand Down

0 comments on commit 52b268a

Please sign in to comment.