Skip to content

Commit 7232c52

Browse files
committed
0.9.3
1 parent 1bb7bc5 commit 7232c52

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
@@ -39,7 +39,7 @@ export 'src/package_meta.dart';
3939

4040
const String name = 'dartdoc';
4141
// Update when pubspec version changes.
42-
const String version = '0.9.2';
42+
const String version = '0.9.3';
4343

4444
final String defaultOutDir = p.join('doc', 'api');
4545

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.9.3-dev
3+
version: 0.9.3
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)