This commit is contained in:
Devon Carew
2015-10-18 12:37:59 -07:00
parent bb1da703a6
commit 1999db2973
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# tools
[![Build Status](https://travis-ci.org/flutter/tools.svg)](https://travis-ci.org/flutter/tools)
[![pub package](https://img.shields.io/pub/v/sky_tools.svg)](https://pub.dartlang.org/packages/sky_tools)
Tools for building Flutter applications.
@@ -13,7 +14,7 @@ To install, run:
or, depend on this package in your pubspec:
```yaml
dependencies:
dev_dependencies:
sky_tools: any
```

View File

@@ -1,5 +1,5 @@
name: sky_tools
version: 0.0.23
version: 0.0.24
description: Tools for building Flutter applications
homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>