Skip to content

Commit 79a4d53

Browse files
committed
bump json_web_token
1 parent a85c7db commit 79a4d53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog - Dart Google OAuth2 Library
22

3+
## 0.3.7 2014-03-28 (SDK 1.3.0-dev.7.2 r34463)
4+
5+
- bump of `json_web_token` version
6+
37
## 0.3.6 2014-03-27 (SDK 1.3.0-dev.7.2 r34463)
48

59
- Added JWT support for `ComputeOAuth2Console`, now supporting

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: google_oauth2_client
2-
version: 0.3.6
2+
version: 0.3.7
33
authors:
44
- Gerwin Sturm <[email protected]>
55
- Adam Singer <[email protected]>
@@ -13,7 +13,7 @@ dependencies:
1313
http: '>=0.9.0 <0.10.0'
1414
oauth2: '>=0.9.0 <0.10.0'
1515
path: '>=1.0.0 <1.2.0'
16-
json_web_token: ">=0.1.0 <0.2.0"
16+
json_web_token: ">=0.1.1 <0.2.0"
1717
dev_dependencies:
1818
browser: '>=0.9.0 <0.11.0'
1919
hop: '>=0.30.3 <0.31.0'

0 commit comments

Comments
 (0)