From cd220bcd016f29adc79add0bf6808ee423d5014b Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 21 Oct 2015 11:13:08 -0700 Subject: [PATCH] Rev pub packages --- sky/packages/sky/pubspec.yaml | 4 ++-- skysprites/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml index e8d50b5dab1..e80192caad7 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -9,8 +9,8 @@ dependencies: mojo_services: 0.4.0 mojo: 0.3.0 newton: '>=0.1.4 <0.2.0' - sky_engine: 0.0.39 - sky_services: 0.0.39 + sky_engine: 0.0.40 + sky_services: 0.0.40 sky_tools: '>=0.0.25 <0.1.0' vector_math: '>=1.4.3 <2.0.0' intl: '>=0.12.4+2 <0.13.0' diff --git a/skysprites/pubspec.yaml b/skysprites/pubspec.yaml index f31ba606324..dfb89c8def7 100644 --- a/skysprites/pubspec.yaml +++ b/skysprites/pubspec.yaml @@ -1,9 +1,9 @@ name: flutter_sprites description: A sprite toolkit built on top of Flutter -version: 0.0.6 +version: 0.0.7 author: Flutter Authors homepage: http://flutter.io dependencies: - flutter: ">=0.0.8 <0.1.0" + flutter: ">=0.0.10 <0.1.0" sky_tools: ">=0.0.20 <0.1.0" box2d: ">=0.2.0 <0.3.0"