Skip to content

Commit

Permalink
Merge pull request #283 from google/devoncarew_0.7.2
Browse files Browse the repository at this point in the history
0.7.2
  • Loading branch information
devoncarew committed Jul 9, 2015
2 parents e15602b + f854a4e commit ea9186e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# grinder.dart changes

## UNRELEASED
## 0.7.2 (2015/7/8)
- Auto-expand directories passed to `Analyzer.analyze()` to a list of Dart
source files using the added method `findDartSourceFiles()`.
- Add tests for `Analyzer.analyze()` task.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli.dart
Original file line number Diff line number Diff line change
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.1+2';
const String APP_VERSION = '0.7.2';

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

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

0 comments on commit ea9186e

Please sign in to comment.