From ef15d86cb03fb11a3cfd1d4afb36fae4bdd27a3b Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Fri, 29 Aug 2014 16:11:49 -0400 Subject: [PATCH] v0.6.3 --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca07b8ff..7b0ce1d0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ First, add the following to your pubspec.yaml: ```yaml dependencies: - github: ">=0.6.2 <1.0.0" + github: ">=0.6.3 <1.0.0" ``` Then import the library and use it: diff --git a/pubspec.yaml b/pubspec.yaml index 6f262eb4..7191199f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 0.6.2 +version: 0.6.3 author: Kenneth Endfinger description: GitHub API Client Library homepage: https://github.com/DirectMyFile/github.dart