Bump versions to -dev to complete the release of alpha (#10692)

https://github.com/flutter/flutter/issues/10688
This commit is contained in:
Todd Volkert 2017-06-14 08:10:11 -07:00 committed by GitHub
parent e2d4f9242e
commit e5213b8e0a
4 changed files with 4 additions and 4 deletions

View file

@ -6,4 +6,4 @@
# incompatible way, this version number might not change. Instead, the version # incompatible way, this version number might not change. Instead, the version
# number for package:flutter will update to reflect that change. # number for package:flutter will update to reflect that change.
0.0.8 0.0.9-dev

View file

@ -1,5 +1,5 @@
name: flutter name: flutter
version: 0.0.28 version: 0.0.29-dev
author: Flutter Authors <flutter-dev@googlegroups.com> author: Flutter Authors <flutter-dev@googlegroups.com>
description: A framework for writing Flutter applications description: A framework for writing Flutter applications
homepage: http://flutter.io homepage: http://flutter.io

View file

@ -1,5 +1,5 @@
name: flutter_driver name: flutter_driver
version: 0.0.6 version: 0.0.7-dev
description: Integration and performance test API for Flutter applications description: Integration and performance test API for Flutter applications
homepage: http://flutter.io homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com> author: Flutter Authors <flutter-dev@googlegroups.com>

View file

@ -1,5 +1,5 @@
name: flutter_test name: flutter_test
version: 0.0.6 version: 0.0.7-dev
dependencies: dependencies:
# The flutter tools depend on very specific internal implementation # The flutter tools depend on very specific internal implementation
# details of the 'test' package, which change between versions, so # details of the 'test' package, which change between versions, so