diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6d9bf7d30..79d671d968 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ To set this up: ```yaml name: dart_code_metrics_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. - version: 4.3.0 + version: 4.3.1 environment: sdk: '>=2.12.0 <3.0.0' diff --git a/README.md b/README.md index 21e1cd9da2..6efb43716d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ A plugin for the Dart `analyzer` [package](https://pub.dev/packages/analyzer) pr ```yaml dev_dependencies: - dart_code_metrics: ^4.3.0 + dart_code_metrics: ^4.3.1 ``` and then run diff --git a/pubspec.yaml b/pubspec.yaml index 7f1d79dd1b..c20169d3d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_code_metrics -version: 4.3.0 +version: 4.3.1 description: Software analytics tool that helps developers analyse and improve software quality. homepage: https://dartcodemetrics.dev repository: https://github.com/dart-code-checker/dart-code-metrics diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index fbf0a41753..9aa164f7ab 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -1,9 +1,9 @@ name: dart_code_metrics_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. -version: 4.3.0 +version: 4.3.1 environment: sdk: ">=2.12.0 <3.0.0" dependencies: - dart_code_metrics: ^4.3.0 + dart_code_metrics: ^4.3.1