From 559fd24b7e7f98ea264d043554b16c8f5e7ea831 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 9 Apr 2015 14:20:09 -0700 Subject: [PATCH] Roll mojo and sky pub versions to 0.0.4 TBR=hansmuller@chromium.org Review URL: https://codereview.chromium.org/1074933003 --- sdk/packages/mojo/pubspec.yaml | 2 +- sdk/packages/sky/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/packages/mojo/pubspec.yaml b/sdk/packages/mojo/pubspec.yaml index c3991fd1b39..3ec39a8a0e1 100644 --- a/sdk/packages/mojo/pubspec.yaml +++ b/sdk/packages/mojo/pubspec.yaml @@ -2,4 +2,4 @@ author: Chromium Authors description: Dart files to support executing inside Mojo. name: mojo homepage: https://github.com/domokit/mojo -version: 0.0.2 +version: 0.0.4 diff --git a/sdk/packages/sky/pubspec.yaml b/sdk/packages/sky/pubspec.yaml index cbc2959e961..705bea0e537 100644 --- a/sdk/packages/sky/pubspec.yaml +++ b/sdk/packages/sky/pubspec.yaml @@ -2,6 +2,6 @@ name: sky author: Chromium Authors description: Dart files to support executing inside Sky. homepage: https://github.com/domokit/mojo/tree/master/sky -version: 0.0.3 +version: 0.0.4 dependencies: mojo: '>=0.0.1 <1.0.0'