Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bryant committed Feb 22, 2022
1 parent 4171d53 commit be77d85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

- Fix build
- Export `OAuthToken`

## 2.0.0

- BREAKING: `TokenStorage` now provides the option to asynchronously retrieve tokens.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Easily authenticate using OAuth 2.0 client/password grants.
Install passputter from [pub.dev](https://pub.dev/packages/passputter):

```yaml
passputter: ^2.0.0
passputter: ^2.0.1
```
## ✅ Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: passputter
description: Easily authenticate using OAuth 2.0 client/password grants.
version: 2.0.0
version: 2.0.1
repository: https://github.com/netsells/passputter

environment:
Expand Down

0 comments on commit be77d85

Please sign in to comment.