Skip to content

Commit 94bd13e

Browse files
committed
Merge pull request #156 from Workiva/CP-1531_release_1.2.0
CP-1531 Release dart_dev 1.2.0
2 parents abd8cc1 + f58c85f commit 94bd13e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/src/tasks/local/cli.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class LocalCli extends TaskCli {
7070

7171
if (executableParams == null) {
7272
var failedExecutableLookup =
73-
'A executable was not defined for the discovered task '
74-
'${executable.name}.\n\nPlease provide a updated local configuration '
73+
'An executable was not defined for the discovered task '
74+
'${executable.name}.\n\nPlease provide an updated local configuration '
7575
'which defines what executable to use for the '
7676
'"${executable.extension}" file extension.';
7777

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_dev
2-
version: 1.1.2
2+
version: 1.2.0
33
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
44
authors:
55
- Workiva Client Platform Team <[email protected]>

0 commit comments

Comments
 (0)