Skip to content

Commit

Permalink
bump json_web_token
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-singer committed Mar 28, 2014
1 parent a85c7db commit 79a4d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - Dart Google OAuth2 Library

## 0.3.7 2014-03-28 (SDK 1.3.0-dev.7.2 r34463)

- bump of `json_web_token` version

## 0.3.6 2014-03-27 (SDK 1.3.0-dev.7.2 r34463)

- Added JWT support for `ComputeOAuth2Console`, now supporting
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: google_oauth2_client
version: 0.3.6
version: 0.3.7
authors:
- Gerwin Sturm <[email protected]>
- Adam Singer <[email protected]>
Expand All @@ -13,7 +13,7 @@ dependencies:
http: '>=0.9.0 <0.10.0'
oauth2: '>=0.9.0 <0.10.0'
path: '>=1.0.0 <1.2.0'
json_web_token: ">=0.1.0 <0.2.0"
json_web_token: ">=0.1.1 <0.2.0"
dev_dependencies:
browser: '>=0.9.0 <0.11.0'
hop: '>=0.30.3 <0.31.0'

0 comments on commit 79a4d53

Please sign in to comment.