Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit dae6762

Browse files
committed
build: update version
1 parent 6841a4d commit dae6762

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.3.2
4+
5+
* Restrict analyzer version to '>=2.1.0 <2.4.0'
6+
37
## 4.3.1
48

59
* Update .pubignore

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To set this up:
8989
```yaml
9090
name: dart_code_metrics_plugin_loader
9191
description: This pubspec determines the version of the analyzer plugin to load.
92-
version: 4.3.1
92+
version: 4.3.2
9393
9494
environment:
9595
sdk: '>=2.12.0 <3.0.0'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A plugin for the Dart `analyzer` [package](https://pub.dev/packages/analyzer) pr
5656

5757
```yaml
5858
dev_dependencies:
59-
dart_code_metrics: ^4.3.1
59+
dart_code_metrics: ^4.3.2
6060
```
6161

6262
and then run

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_code_metrics
2-
version: 4.3.1
2+
version: 4.3.2
33
description: Software analytics tool that helps developers analyse and improve software quality.
44
homepage: https://dartcodemetrics.dev
55
repository: https://github.com/dart-code-checker/dart-code-metrics

tools/analyzer_plugin/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: dart_code_metrics_plugin_loader
22
description: This pubspec determines the version of the analyzer plugin to load.
3-
version: 4.3.1
3+
version: 4.3.2
44

55
environment:
66
sdk: ">=2.12.0 <3.0.0"
77

88
dependencies:
9-
dart_code_metrics: ^4.3.1
9+
dart_code_metrics: ^4.3.2

0 commit comments

Comments
 (0)