From 1db56166f6382c8fbf7b0c02000f17fc559eecbf Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 13 Nov 2015 09:15:40 -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 a11b8d709..0bc99fbac 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.52 +version: 0.0.53 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 b9c333ce6..824adac10 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.52 +version: 0.0.53 author: Flutter Authors description: Mojom interfaces associated with Flutter homepage: http://flutter.io -- GitLab