Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed May 19, 2015
1 parent dbfd65f commit acc64d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,6 +1,6 @@
# grinder.dart changes

## UNRELEASED
## 0.7.1 (2015/5/19)
- `Dart.run` now takes an optional `vmArgs`, a list of arguments passed to the Dart VM.
- Added `downgrade` method do `Pub`.
- Introduce `RunOptions` to support all `Process.run`/`Process.start`
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli.dart
Expand Up @@ -15,7 +15,7 @@ import 'utils.dart';
import '../grinder.dart';

// This version must be updated in tandem with the pubspec version.
const String APP_VERSION = '0.7.0';
const String APP_VERSION = '0.7.1';

List<String> grinderArgs() => _args;
List<String> _args;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: grinder
# This version must be updated in tandem with the lib/src/cli.dart version.
version: 0.7.0
version: 0.7.1
description: Dart workflows, automated.

homepage: https://github.com/google/grinder.dart
Expand Down

0 comments on commit acc64d4

Please sign in to comment.