Skip to content

Commit 760e6a6

Browse files
committed
publishing 0.3.5
1 parent 51d71a6 commit 760e6a6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

changelog.md

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

3-
## 0.3.5
3+
## 0.3.5 2014-03-22 (SDK 1.3.0-dev.5.2 r34229)
4+
5+
- Added implementation of `ComputeOAuth2Console` for connecting to Google Compute Engine
6+
- Cleaned up warnings and missing overrides
47

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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: google_oauth2_client
2-
version: 0.3.5-dev
2+
version: 0.3.5
33
authors:
44
- Gerwin Sturm <[email protected]>
55
- Adam Singer <[email protected]>
@@ -12,7 +12,7 @@ dependencies:
1212
crypto: '>=0.9.0 <0.10.0'
1313
http: '>=0.9.0 <0.10.0'
1414
oauth2: '>=0.9.0 <0.10.0'
15-
path: '>=1.0.0 <1.1.0'
15+
path: '>=1.0.0 <1.2.0'
1616
dev_dependencies:
17-
browser: '>=0.9.0 <0.10.0'
17+
browser: '>=0.9.0 <0.11.0'
1818
hop: '>=0.28.3'

0 commit comments

Comments
 (0)