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