Prepare for 0.13.0+3.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eca883e..25506f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.13.0+3
+* Add support for GenericFunctionTypeElementImpl (#1495)
+
 ## 0.13.0+2
 * Allow null annotation elements (#1491)
 
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index fbf6c4b..a1a8ac1 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -46,7 +46,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.13.0+2';
+const String version = '0.13.0+3';
 
 final String defaultOutDir = path.join('doc', 'api');
 
diff --git a/pubspec.yaml b/pubspec.yaml
index f187e25..08653bc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.13.0+2
+version: 0.13.0+3
 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 ec3889c..098743c 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.13.0+2">
+  <meta name="generator" content="made with love by dartdoc 0.13.0+3">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>