Merge pull request #2049 from johnmccutchan/rev_packages_again

Rev packages again and this time update the mojo_sdk dependency
This commit is contained in:
John McCutchan 2015-11-13 12:39:03 -08:00
commit 8b406037d4
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: sky_engine
version: 0.0.54
version: 0.0.55
author: Flutter Authors <flutter-dev@googlegroups.com>
description: Dart SDK extensions for dart:ui
homepage: http://flutter.io

View File

@ -1,9 +1,9 @@
name: sky_services
version: 0.0.54
version: 0.0.55
author: Flutter Authors <flutter-dev@googlegroups.com>
description: Mojom interfaces associated with Flutter
homepage: http://flutter.io
dependencies:
mojo_sdk: 0.2.1
mojo_sdk: 0.2.2
environment:
sdk: '>=1.8.0 <2.0.0'