diff --git a/CHANGELOG.md b/CHANGELOG.md index 7596f8ba37..fcd3cedbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.3.4-wip +## 8.3.4 * The URL for category pages now uses _category name_ instead of _category `displayName`_. * Require analyzer 7.4.4 APIs. diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 0f32c4fac4..d5550db8cd 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.4-wip/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.4/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index dfdd62ad95..ca1e6fd8ab 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '8.3.3'; +const packageVersion = '8.3.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 2f9424f026..0e249d1683 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dartdoc -version: 8.3.4-wip +version: 8.3.4 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc