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 9209a76 commit 6d36226Copy full SHA for 6d36226
lib/dartdoc.dart
@@ -36,7 +36,7 @@ export 'src/package_meta.dart';
36
37
const String name = 'dartdoc';
38
// Update when pubspec version changes.
39
-const String version = '0.5.0';
+const String version = '0.5.0+1';
40
41
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
42
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: dartdoc
2
# Also update the `version` field in lib/dartdoc.dart.
3
-version: 0.5.0
+version: 0.5.0+1
4
author: Dart Team <[email protected]>
5
description: A documentation generator for Dart.
6
homepage: https://github.com/dart-lang/dartdoc
0 commit comments