From 7b697ac70f55d2dd5bcfcbf4172ec42c5c8cd039 Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 30 Jul 2015 14:29:03 -0700 Subject: [PATCH] Bump versions --- sky/packages/sky/pubspec.yaml | 6 +++--- sky/packages/sky_engine/pubspec.yaml | 2 +- sky/packages/sky_services/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml index 9ec03bbb071d2..c52e0b71c996b 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -1,5 +1,5 @@ name: sky -version: 0.0.24 +version: 0.0.25 author: Chromium Authors description: A framework for writing Sky applications homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky @@ -9,8 +9,8 @@ dependencies: mojo_services: 0.0.21 mojo: 0.0.21 newton: ^0.1.2 - sky_engine: ^0.0.2 - sky_services: ^0.0.3 + sky_engine: ^0.0.3 + sky_services: ^0.0.4 sky_tools: ^0.0.4 vector_math: ^1.4.3 environment: diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml index 817a5733d260b..e57e0971a48ab 100644 --- a/sky/packages/sky_engine/pubspec.yaml +++ b/sky/packages/sky_engine/pubspec.yaml @@ -1,5 +1,5 @@ name: sky_engine -version: 0.0.2 +version: 0.0.3 author: Chromium Authors description: Dart SDK extensions for dart:sky homepage: https://github.com/domokit/sky_engine diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml index 1a4d0b3fe1fca..c526a4b977fdd 100644 --- a/sky/packages/sky_services/pubspec.yaml +++ b/sky/packages/sky_services/pubspec.yaml @@ -1,5 +1,5 @@ name: sky_services -version: 0.0.3 +version: 0.0.4 author: Chromium Authors description: Mojom interfaces associated with Sky homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky_services