We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85c7db commit 79a4d53Copy full SHA for 79a4d53
2 files changed
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog - Dart Google OAuth2 Library
2
3
+## 0.3.7 2014-03-28 (SDK 1.3.0-dev.7.2 r34463)
4
+
5
+- bump of `json_web_token` version
6
7
## 0.3.6 2014-03-27 (SDK 1.3.0-dev.7.2 r34463)
8
9
- Added JWT support for `ComputeOAuth2Console`, now supporting
pubspec.yaml
@@ -1,5 +1,5 @@
name: google_oauth2_client
-version: 0.3.6
+version: 0.3.7
authors:
- Gerwin Sturm <scarygami@gmail.com>
- Adam Singer <financeCoding@gmail.com>
@@ -13,7 +13,7 @@ dependencies:
13
http: '>=0.9.0 <0.10.0'
14
oauth2: '>=0.9.0 <0.10.0'
15
path: '>=1.0.0 <1.2.0'
16
- json_web_token: ">=0.1.0 <0.2.0"
+ json_web_token: ">=0.1.1 <0.2.0"
17
dev_dependencies:
18
browser: '>=0.9.0 <0.11.0'
19
hop: '>=0.30.3 <0.31.0'
0 commit comments