From 24fb8d2b419d3ce530a1585e852d9d5047f61091 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 9 Jul 2018 12:37:40 -0400 Subject: [PATCH] Bump version --- .gitignore | 1 + CHANGELOG.md | 5 ++--- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b4d6e266..dbce896b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c05c775..631da9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +# 1.0.0+1 +* Dart2 updates + backwards compatibility assurance. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 957c3ce5..4cd61fda 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: angel_oauth2 author: Tobe O 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: