Skip to content

Commit

Permalink
0.7.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Apr 10, 2015
1 parent dee6116 commit ab32437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -11,7 +11,7 @@
- Renamed `runProcess`/`runProcessAsync`/`runDartScript` to `run`/`runAsync`/`Dart.run`.
Process result info (stdout, stderr, exitCode) is now exposed by these
methods and some others which call them.
- Added a wrapper class around `pub global activate` applications - `PubApplication`
- Added a wrapper class around `pub global activate` applications - `PubApp`
- Grinder can now create a simple starter script for a project - run `pub run grinder:init`

## 0.6.5 (2015/1/13)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli.dart
Expand Up @@ -14,7 +14,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-dev.1';
const String APP_VERSION = '0.7.0-dev.2';

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-dev.1
version: 0.7.0-dev.2
description: Grinder - a task based, dependency aware build system.

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

0 comments on commit ab32437

Please sign in to comment.