Skip to content

Commit

Permalink
Merge 19b3002 into 2a8bbcb
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jul 21, 2019
2 parents 2a8bbcb + 19b3002 commit 819231e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/src/cli.dart
Expand Up @@ -13,7 +13,7 @@ import 'cli_util.dart';
import 'singleton.dart' as singleton;

// This version must be updated in tandem with the pubspec version.
const String appVersion = '0.8.3';
const String appVersion = '0.8.3+1';

List<String> grinderArgs() => _args;
List<String> _args;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,7 +1,7 @@
name: grinder
# This version must be updated in tandem with the lib/src/cli.dart version.
version: 0.8.3+1
description: Dart workflows, automated.
description: Grinder is a task runner for Dart, helping to define and automate common project workflows.

homepage: https://github.com/google/grinder.dart
authors:
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -2,8 +2,8 @@

> Dart workflows, automated.
Grinder consists of a library to define project tasks (e.g. test, build, doc),
and a command-line tool to run them.
Grinder consists of a library to define project tasks (e.g. `test`, `build`,
`doc`) and a command-line tool to run them.

[![pub package](https://img.shields.io/pub/v/grinder.svg)](https://pub.dartlang.org/packages/grinder)
[![Build Status](https://travis-ci.org/google/grinder.dart.svg?branch=master)](https://travis-ci.org/google/grinder.dart)
Expand Down

0 comments on commit 819231e

Please sign in to comment.