From 05718f43f5c2bd5a1ed1b805efd9c31031465a8d Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Mon, 3 Apr 2017 11:51:57 -0700 Subject: [PATCH 1/2] Going to try for 0.9.13 since we'll have to ship something from the branch --- CHANGELOG.md | 2 +- lib/dartdoc.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502451f687..2561637984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0 +## 0.9.13 * fix grind check-links and check-sdk-links (#1360) * fix multiple issues in annotation/feature list handling (#1268, #1162, #1081) diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart index b75183d998..d085e78f84 100644 --- a/lib/dartdoc.dart +++ b/lib/dartdoc.dart @@ -40,7 +40,7 @@ export 'src/package_meta.dart'; const String name = 'dartdoc'; // Update when pubspec version changes. -const String version = '1.0.0'; +const String version = '0.9.13'; final String defaultOutDir = path.join('doc', 'api'); diff --git a/pubspec.yaml b/pubspec.yaml index b161807a28..d934f1e1f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Also update the `version` field in lib/dartdoc.dart. -version: 1.0.0 +version: 0.9.13 author: Dart Team description: A documentation generator for Dart. homepage: https://github.com/dart-lang/dartdoc From 508e3afcdba065d00c987175f3b6b027640dac97 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Mon, 3 Apr 2017 12:38:19 -0700 Subject: [PATCH 2/2] switch to 0.9.13 --- testing/test_package_docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html index c81db81b23..9f0ad8ddd5 100644 --- a/testing/test_package_docs/index.html +++ b/testing/test_package_docs/index.html @@ -4,7 +4,7 @@ - + test_package - Dart API docs