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

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrutskikh committed Feb 21, 2022
1 parent 4a2f6c2 commit d9abbf0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@
"codeclimate",
"codecov",
"codequality",
"commitlint",
"cyclomatic",
"dartanalyzer",
"dartdocs",
"dependabot",
"dkrutskikh",
"Dmitry",
"Gitlab",
"Grott",
"Halstead",
"incendial",
"ints",
"Konoshenko",
"lcov",
"McCabe's",
"mocktail",
Expand All @@ -28,6 +32,7 @@
"SLOC",
"todos",
"unawaited",
"writeln"
"writeln",
"Zhifarsky"
]
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 4.11.0

* feat: add static code diagnostics `format-comment`.
* feat: add static code diagnostics `avoid-border-all`.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0-dev.1
version: 4.11.0
environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ $ dart pub add --dev dart_code_metrics
$ flutter pub add --dev dart_code_metrics
```

**OR**
## OR

add it manually to `pubspec.yaml`

```yaml
dev_dependencies:
dart_code_metrics: ^4.11.0-dev.1
dart_code_metrics: ^4.11.0
```
and then run
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '4.11.0-dev.1';
const packageVersion = '4.11.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dart_code_metrics
version: 4.11.0-dev.1
version: 4.11.0
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
Expand Down
4 changes: 2 additions & 2 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: dart_code_metrics_plugin_loader
description: This pubspec determines the version of the analyzer plugin to load.
version: 4.11.0-dev.1
version: 4.11.0

environment:
sdk: ">=2.14.0 <3.0.0"

dependencies:
dart_code_metrics: ^4.11.0-dev.1
dart_code_metrics: ^4.11.0

dev_dependencies:
lints: ^1.0.1
4 changes: 2 additions & 2 deletions website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ dart pub add --dev dart_code_metrics
$ flutter pub add --dev dart_code_metrics
```

**OR**
## OR

add it manually to `pubspec.yaml`

Expand All @@ -23,7 +23,7 @@ environment:
sdk: '>=2.12.0 <3.0.0'

dev_dependencies:
dart_code_metrics: ^4.11.0-dev.1
dart_code_metrics: ^4.11.0
```
and then run
Expand Down

0 comments on commit d9abbf0

Please sign in to comment.