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
|
||||
# If you don't generate documentation locally you can remove this line.
|
||||
doc/api/
|
||||
.dart_tool
|
|
@ -1,3 +1,2 @@
|
|||
# 1.0.1
|
||||
* Dart2 updates + backwards compatibility assurance.
|
||||
* Added support for the `device_code` grant: https://github.com/angel-dart/oauth2/issues/7
|
||||
# 1.0.0+1
|
||||
* Dart2 updates + backwards compatibility assurance.
|
|
@ -2,7 +2,7 @@ name: angel_oauth2
|
|||
author: Tobe O <thosakwe@gmail.com>
|
||||
description: angel_auth strategy for in-house OAuth2 login.
|
||||
homepage: https://github.com/angel-dart/oauth2.git
|
||||
version: 1.0.0
|
||||
version: 1.0.0+1
|
||||
environment:
|
||||
sdk: ">=1.8.0 <3.0.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue