Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: lib/dartdoc.dart

Issue 2080603003: Publish `0.9.6`. (Closed) Base URL: https://github.com/dart-lang/dartdoc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « codereview.settings ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartdoc.dart
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 471d6abdfc529916edd45597abfdba11c405c0a1..e9a14a47283fd9201ce3b36cd83c0cdaafa828a2 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -39,7 +39,7 @@ export 'src/package_meta.dart';
const String name = 'dartdoc';
// Update when pubspec version changes.
-const String version = '0.9.5';
+const String version = '0.9.6';
final String defaultOutDir = p.join('doc', 'api');
« no previous file with comments | « codereview.settings ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698