Skip to content

Commit cea4944

Browse files
committed
Update version in README
1 parent 02a956e commit cea4944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It encourages to adapt to existing implementations instead the other way around.
1111
First define the version to be used and set it as a property
1212
```xml
1313
<properties>
14-
<myndocs.oauth.version>0.2.0</myndocs.oauth.version>
14+
<myndocs.oauth.version>0.2.1</myndocs.oauth.version>
1515
</properties>
1616
```
1717

@@ -257,4 +257,4 @@ fun revokeRefreshToken(token: String)
257257

258258
```
259259

260-
When `AccessToken` is passed to `storeAccessToken` and it contains a `RefreshToken`, then `storeAccessToken` is also responsible for saving the refresh token.
260+
When `AccessToken` is passed to `storeAccessToken` and it contains a `RefreshToken`, then `storeAccessToken` is also responsible for saving the refresh token.

0 commit comments

Comments
 (0)