From 6bcc47ef63c45e8d5a11f3b6335e89e288430e95 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 18 Dec 2014 11:50:18 -0800 Subject: [PATCH] rev to 0.0.3 --- changelog.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 88d50fc..0009277 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,8 @@ ## 0.0.3 - Replaced optional positional arguments with named arguments +- Added code coverage! Thanks to https://github.com/Adracus/dart-coveralls and + coveralls.io. ## 0.0.2 diff --git a/pubspec.yaml b/pubspec.yaml index b2d198a..07ff42c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: usage -version: 0.0.3-dev +version: 0.0.3 description: A Google Analytics wrapper for both command-line and web apps. homepage: https://github.com/dart-lang/usage author: Dart Team