From 37fba23b2111ccdac61a8bfabbd9b9bba4196e1d Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 8 Jul 2015 10:41:33 -0700 Subject: [PATCH] Roll to v15 for republishing with skyx enabled TBR=abarth@google.com Review URL: https://codereview.chromium.org/1222193008 . --- sdk/CHANGELOG.md | 4 ++++ sdk/example/demo_launcher/apk/AndroidManifest.xml | 2 +- sdk/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 3cbf265b6..fd15dbaaf 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.15 + + - 6 changes: https://github.com/domokit/mojo/compare/4df2d39...e028733 + ## 0.0.14 - 42 changes: https://github.com/domokit/mojo/compare/3de9766...cf84c48 diff --git a/sdk/example/demo_launcher/apk/AndroidManifest.xml b/sdk/example/demo_launcher/apk/AndroidManifest.xml index f2302a735..899f0ce97 100644 --- a/sdk/example/demo_launcher/apk/AndroidManifest.xml +++ b/sdk/example/demo_launcher/apk/AndroidManifest.xml @@ -3,7 +3,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + diff --git a/sdk/pubspec.yaml b/sdk/pubspec.yaml index 68654f44a..bf9239d0e 100644 --- a/sdk/pubspec.yaml +++ b/sdk/pubspec.yaml @@ -7,4 +7,4 @@ dependencies: description: Dart files to support executing inside Sky. homepage: https://github.com/domokit/mojo/tree/master/sky name: sky -version: 0.0.14 +version: 0.0.15 -- GitLab