From 34fc86affb2dc10c3c35fc9577ba83653acf7478 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 4 Nov 2015 14:49:29 -0800 Subject: [PATCH] Rev pub specs --- sky/packages/flx/pubspec.yaml | 4 ++-- sky/packages/sky/pubspec.yaml | 6 +++--- skysprites/pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sky/packages/flx/pubspec.yaml b/sky/packages/flx/pubspec.yaml index 5368b17be11..f8665b0cbfe 100644 --- a/sky/packages/flx/pubspec.yaml +++ b/sky/packages/flx/pubspec.yaml @@ -1,11 +1,11 @@ name: flx -version: 0.0.8 +version: 0.0.9 author: Flutter Authors description: Library for dealing with Flutter bundle (.flx) files homepage: http://flutter.io dependencies: sky_services: - '0.0.47' + '0.0.48' yaml: ^2.1.3 asn1lib: ^0.4.1 cipher: ^0.7.1 diff --git a/sky/packages/sky/pubspec.yaml b/sky/packages/sky/pubspec.yaml index 98d0f7ffb82..ccb5f625db2 100644 --- a/sky/packages/sky/pubspec.yaml +++ b/sky/packages/sky/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter -version: 0.0.16 +version: 0.0.17 author: Flutter Authors description: A framework for writing Flutter applications homepage: http://flutter.io @@ -10,9 +10,9 @@ dependencies: mojo_sdk: 0.1.0 newton: '>=0.1.4 <0.2.0' sky_engine: - '0.0.47' + '0.0.48' sky_services: - '0.0.47' + '0.0.48' sky_tools: '>=0.0.35 <0.1.0' vector_math: '>=1.4.3 <2.0.0' environment: diff --git a/skysprites/pubspec.yaml b/skysprites/pubspec.yaml index 45af4366de1..cb0221a0d4e 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.13 +version: 0.0.14 author: Flutter Authors homepage: http://flutter.io dependencies: flutter: - '0.0.16' + '0.0.17' box2d: ">=0.2.0 <0.3.0"