Skip to content

Commit 134f463

Browse files
committed
pubspec
1 parent f06af8b commit 134f463

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dartdoc_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.34.0/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.35.0/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.34.0';
2+
const packageVersion = '0.35.0';

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.34.0
3+
version: 0.35.0
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:
7-
sdk: '>=2.7.0 <3.0.0'
7+
sdk: '>=2.10.0 <3.0.0'
88

99
dependencies:
10-
analyzer: ^0.39.17
10+
analyzer: ^0.40.4
1111
args: '>=1.5.0 <2.0.0'
1212
collection: ^1.2.0
1313
cli_util: '>=0.1.4 <0.3.0'
@@ -24,7 +24,7 @@ dependencies:
2424

2525
dev_dependencies:
2626
async: '>=2.0.8'
27-
build: ^1.3.0
27+
build: ^1.5.0
2828
build_runner: ^1.10.0
2929
build_version: ^2.0.1
3030
coverage: ^0.14.0

0 commit comments

Comments
 (0)