diff --git a/sdk/packages/mojo/pubspec.yaml b/sdk/packages/mojo/pubspec.yaml index 53c7c73129d151269e37f5fbed5d6efe5ee7881d..c3991fd1b39802e933d7a9592ffa301a4a4f445d 100644 --- a/sdk/packages/mojo/pubspec.yaml +++ b/sdk/packages/mojo/pubspec.yaml @@ -2,4 +2,4 @@ author: Chromium Authors description: Dart files to support executing inside Mojo. name: mojo homepage: https://github.com/domokit/mojo -version: 0.0.1 +version: 0.0.2 diff --git a/sdk/packages/sky/pubspec.yaml b/sdk/packages/sky/pubspec.yaml index 2da53b189a71342549dfdc5081f10e879497d307..cbc2959e9618898f02734b289a09ba6edd47012a 100644 --- a/sdk/packages/sky/pubspec.yaml +++ b/sdk/packages/sky/pubspec.yaml @@ -2,6 +2,6 @@ name: sky author: Chromium Authors description: Dart files to support executing inside Sky. homepage: https://github.com/domokit/mojo/tree/master/sky -version: 0.0.2 +version: 0.0.3 dependencies: mojo: '>=0.0.1 <1.0.0'