From 5c80bf02c9ed7b4de6a6801faba9bfe116689e1c Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 9 Dec 2015 14:12:48 -0800 Subject: [PATCH] Rev pub packages --- sky/packages/sky_engine/pubspec.yaml | 2 +- sky/packages/sky_services/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml index d54a7c591..12fdb2b59 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.69 +version: 0.0.70 author: Flutter Authors description: Dart SDK extensions for dart:ui homepage: http://flutter.io diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml index 78c0251b9..80066e0f0 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.69 +version: 0.0.70 author: Flutter Authors description: Mojom interfaces associated with Flutter homepage: http://flutter.io -- GitLab