Bump version
This commit is contained in:
parent
0a0a5b1e57
commit
24fb8d2b41
3 changed files with 4 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -62,3 +62,4 @@ pubspec.lock
|
||||||
# Directory created by dartdoc
|
# Directory created by dartdoc
|
||||||
# If you don't generate documentation locally you can remove this line.
|
# If you don't generate documentation locally you can remove this line.
|
||||||
doc/api/
|
doc/api/
|
||||||
|
.dart_tool
|
|
@ -1,3 +1,2 @@
|
||||||
# 1.0.1
|
# 1.0.0+1
|
||||||
* Dart2 updates + backwards compatibility assurance.
|
* Dart2 updates + backwards compatibility assurance.
|
||||||
* Added support for the `device_code` grant: https://github.com/angel-dart/oauth2/issues/7
|
|
|
@ -2,7 +2,7 @@ name: angel_oauth2
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: angel_auth strategy for in-house OAuth2 login.
|
description: angel_auth strategy for in-house OAuth2 login.
|
||||||
homepage: https://github.com/angel-dart/oauth2.git
|
homepage: https://github.com/angel-dart/oauth2.git
|
||||||
version: 1.0.0
|
version: 1.0.0+1
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.8.0 <3.0.0"
|
sdk: ">=1.8.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue