From 8703f1073d9f16be3f2b32be731df02128f06898 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 12 Apr 2015 17:24:12 -0700 Subject: [PATCH] 0.0.1+1 --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2d63c..56478a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog -## 0.0.1 +## 0.0.1+1 +- fix an issue with parsing pubspec.yaml files without a version property defined +## 0.0.1 - Initial version diff --git a/pubspec.yaml b/pubspec.yaml index 0a05db1..f85f4b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: pub_cache -version: 0.0.1 +version: 0.0.1+1 description: A library to reflect on the local pub cache. author: Dart Team homepage: https://github.com/dart-lang/pub_cache