We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb7bc5 commit 7232c52Copy full SHA for 7232c52
lib/dartdoc.dart
@@ -39,7 +39,7 @@ export 'src/package_meta.dart';
39
40
const String name = 'dartdoc';
41
// Update when pubspec version changes.
42
-const String version = '0.9.2';
+const String version = '0.9.3';
43
44
final String defaultOutDir = p.join('doc', 'api');
45
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: dartdoc
2
# Also update the `version` field in lib/dartdoc.dart.
3
-version: 0.9.3-dev
+version: 0.9.3
4
author: Dart Team <[email protected]>
5
description: A documentation generator for Dart.
6
homepage: https://github.com/dart-lang/dartdoc
0 commit comments