Skip to content

Commit e20f230

Browse files
Add where to store tokens to readme (#139)
1 parent c7f94b6 commit e20f230

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
### Fixed
99
* iOS: Fix boolean param inheritance [#111](https://github.com/moberwasserlechner/capacitor-oauth2/issues/111)
1010

11-
## [3.0.1] - 2021-08-10
11+
## [3.0.1] - 2021-08-11
1212

1313
### Docs
14-
* Add securely save tokens to docs [#139](https://github.com/moberwasserlechner/capacitor-oauth2/issues/139) Thank you [@RaphaelWoude](https://github.com/RaphaelWoude)
14+
* Where to securely save tokens [README](https://github.com/moberwasserlechner/capacitor-oauth2/#where-to-store-access-tokens) entry. [#139](https://github.com/moberwasserlechner/capacitor-oauth2/issues/139) Thank you [@RaphaelWoude](https://github.com/RaphaelWoude)
1515

1616
### Changed
17-
* Chore: Use main instead of master branch [#168](https://github.com/moberwasserlechner/capacitor-oauth2/issues/168)
17+
* Chore: Use main instead of master branch. [#168](https://github.com/moberwasserlechner/capacitor-oauth2/issues/168)
1818

1919
### Fixed
20-
* Android: Use json for responses instead of string [#171](https://github.com/moberwasserlechner/capacitor-oauth2/issues/171) Thank you [@webflo](https://github.com/webflo)
20+
* Android: Use json for responses instead of string. [#171](https://github.com/moberwasserlechner/capacitor-oauth2/issues/171) Thank you [@webflo](https://github.com/webflo)
2121

2222
## [3.0.0] - 2021-08-02
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byteowls/capacitor-oauth2",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Capacitor OAuth 2 client plugin",
55
"author": "Michael Oberwasserlechner",
66
"homepage": "https://github.com/moberwasserlechner/capacitor-oauth2",

0 commit comments

Comments
 (0)