Bump version to 1.14.2-dev
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 91244f6..d46d654 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -47,7 +47,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.14.1';
+const String version = '0.14.2-dev';
 
 final String defaultOutDir = path.join('doc', 'api');
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 4da196a..695a447 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.14.1
+version: 0.14.2-dev
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc
diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html
index ef653de..7d77a94 100644
--- a/testing/test_package_docs/index.html
+++ b/testing/test_package_docs/index.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <meta name="generator" content="made with love by dartdoc 0.14.1">
+  <meta name="generator" content="made with love by dartdoc 0.14.2-dev">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>