From 831b6a4bcad1b407cd4859c7c77ecdb2f5c13880 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 24 Jun 2015 09:13:40 -0700 Subject: [PATCH] Version bump. --- CHANGELOG.md | 11 +++++++++-- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2d63c..625f486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog -## 0.0.1 +## 0.1.1 + +- Syntax updates. + + +## 0.1.0 + +- Initial implementation. + -- Initial version diff --git a/pubspec.yaml b/pubspec.yaml index 2d96c90..7240680 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: package_config -version: 0.1.0 +version: 0.1.1 description: Support for working with Package Resolution config files. author: Dart Team homepage: https://github.com/dart-lang/package_config