Skip to content

Commit 6d36226

Browse files
committed
0.5.0+1
1 parent 9209a76 commit 6d36226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/dartdoc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export 'src/package_meta.dart';
3636

3737
const String name = 'dartdoc';
3838
// Update when pubspec version changes.
39-
const String version = '0.5.0';
39+
const String version = '0.5.0+1';
4040

4141
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
4242

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.5.0
3+
version: 0.5.0+1
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)