Skip to content

Commit

Permalink
publishing 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-singer committed Mar 23, 2014
1 parent 51d71a6 commit 760e6a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog - Dart Google OAuth2 Library

## 0.3.5
## 0.3.5 2014-03-22 (SDK 1.3.0-dev.5.2 r34229)

- Added implementation of `ComputeOAuth2Console` for connecting to Google Compute Engine
- Cleaned up warnings and missing overrides

## 0.3.4 2014-02-21 (SDK 1.2.0-dev.5.12 r32844)

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: google_oauth2_client
version: 0.3.5-dev
version: 0.3.5
authors:
- Gerwin Sturm <[email protected]>
- Adam Singer <[email protected]>
Expand All @@ -12,7 +12,7 @@ dependencies:
crypto: '>=0.9.0 <0.10.0'
http: '>=0.9.0 <0.10.0'
oauth2: '>=0.9.0 <0.10.0'
path: '>=1.0.0 <1.1.0'
path: '>=1.0.0 <1.2.0'
dev_dependencies:
browser: '>=0.9.0 <0.10.0'
browser: '>=0.9.0 <0.11.0'
hop: '>=0.28.3'

0 comments on commit 760e6a6

Please sign in to comment.