Prepare 0.9.14-dev for SDK
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2561637..deb2fad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.9.14-dev
+
+* Enable support for generic function types (#1321)
+
 ## 0.9.13
 
 * fix grind check-links and check-sdk-links (#1360)
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index d085e78..139a66c 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -40,7 +40,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.9.13';
+const String version = '0.9.14-dev';
 
 final String defaultOutDir = path.join('doc', 'api');
 
diff --git a/pubspec.lock b/pubspec.lock
index 48a34a0..778bfde 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -3,10 +3,10 @@
 packages:
   analyzer:
     description:
-      name: analyzer
-      url: "https://pub.dartlang.org"
-    source: hosted
-    version: "0.29.9"
+      path: "../sdk/sdk/pkg/analyzer"
+      relative: true
+    source: path
+    version: "0.29.20"
   ansicolor:
     description:
       name: ansicolor
@@ -73,6 +73,12 @@
       url: "https://pub.dartlang.org"
     source: hosted
     version: "0.13.4"
+  front_end:
+    description:
+      path: "../sdk/sdk/pkg/front_end"
+      relative: true
+    source: path
+    version: "0.1.0-alpha.1"
   glob:
     description:
       name: glob
@@ -115,6 +121,12 @@
       url: "https://pub.dartlang.org"
     source: hosted
     version: "1.0.0"
+  kernel:
+    description:
+      path: "../sdk/sdk/pkg/kernel"
+      relative: true
+    source: path
+    version: "0.2.0"
   logging:
     description:
       name: logging
@@ -279,9 +291,9 @@
     version: "1.0.0"
   test:
     description:
-      name: test
-      url: "https://pub.dartlang.org"
-    source: hosted
+      path: "../test"
+      relative: true
+    source: path
     version: "0.12.20+4"
   typed_data:
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index d934f1e..97c0e38 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.9.13
+version: 0.9.14-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 9f0ad8d..3669681 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.9.13">
+  <meta name="generator" content="made with love by dartdoc 0.9.14-dev">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>