From ac0dad84c060b8672295984be8863b34bfd22b3f Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 21 Dec 2014 11:51:11 -0800 Subject: [PATCH] rev to 0.0.5 --- changelog.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2e54a5e..f0c8bfb 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ missing internet connection - Track additional browser data, such as screen size and language - Added tests for `usage` running in a dart:html context -- +- Changed to a custom implementation of UUID; saved ~376k in compiled JS size ## 0.0.4 diff --git a/pubspec.yaml b/pubspec.yaml index 2c5cc30..bb9cb64 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.5-dev +version: 0.0.5 description: A Google Analytics wrapper for both command-line and web apps. homepage: https://github.com/dart-lang/usage author: Dart Team