From 00adca7710f41d61349381b49967f82ea7ee1c10 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 7 Jul 2015 16:23:57 -0700 Subject: [PATCH] Roll versions in preparation for deploying demos/packages TBR=abarth@google.com Review URL: https://codereview.chromium.org/1216053015 . --- sdk/CHANGELOG.md | 4 ++++ sdk/example/demo_launcher/apk/AndroidManifest.xml | 11 +++-------- sdk/pubspec.yaml | 4 ++-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 658184a0217..3cbf265b619 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.14 + + - 42 changes: https://github.com/domokit/mojo/compare/3de9766...cf84c48 + ## 0.0.13 - 70 changes: https://github.com/domokit/mojo/compare/889091e...136e0d4 diff --git a/sdk/example/demo_launcher/apk/AndroidManifest.xml b/sdk/example/demo_launcher/apk/AndroidManifest.xml index 037dd920adb..f2302a735fc 100644 --- a/sdk/example/demo_launcher/apk/AndroidManifest.xml +++ b/sdk/example/demo_launcher/apk/AndroidManifest.xml @@ -3,23 +3,18 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + - + - + \ No newline at end of file diff --git a/sdk/pubspec.yaml b/sdk/pubspec.yaml index 0bc1bdd8fc4..68654f44a39 100644 --- a/sdk/pubspec.yaml +++ b/sdk/pubspec.yaml @@ -1,10 +1,10 @@ author: Chromium Authors dependencies: mojo: '>=0.0.1 <1.0.0' - mojom: '>=0.0.4 <1.0.0' mojo_services: '>=0.0.4 <1.0.0' + mojom: '>=0.0.4 <1.0.0' vector_math: '>=1.4.3 <2.0.0' description: Dart files to support executing inside Sky. homepage: https://github.com/domokit/mojo/tree/master/sky name: sky -version: 0.0.13 +version: 0.0.14