Skip to content

Commit 09f0baa

Browse files
committed
0.3.8
updated many dependencies
1 parent 6fa2a16 commit 09f0baa

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dart-google-oauth2-library
1+
# google_oauth2_client
22

33
[![Build Status](https://drone.io/github.com/dart-gde/dart-google-oauth2-library/status.png)](https://drone.io/github.com/dart-gde/dart-google-oauth2-library/latest)
44

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Changelog - Dart Google OAuth2 Library
1+
## 0.3.8
2+
3+
* Updated many dependencies.
24

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

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.8-dev
2+
version: 0.3.8
33
authors:
44
- Gerwin Sturm <[email protected]>
55
- Adam Singer <[email protected]>
@@ -13,7 +13,7 @@ dependencies:
1313
http: '>=0.9.0 <0.12.0'
1414
json_web_token: '>=0.1.1 <0.2.0'
1515
oauth2: '>=0.9.0 <0.10.0'
16-
path: '>=1.0.0 <1.2.0'
16+
path: '>=1.0.0 <2.0.0'
1717
dev_dependencies:
1818
browser: '>=0.9.0 <0.11.0'
19-
hop: '>=0.30.3 <0.31.0'
19+
hop: '>=0.30.3 <0.32.0'

0 commit comments

Comments
 (0)