Skip to content
This repository was 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
incendial committed Feb 1, 2023
1 parent 755ca4f commit c3f6429
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 5.6.0-dev.1

* docs: remove old website
* feat: add static code diagnostic [`correct-game-instantiating`](https://dcm.dev/docs/individuals/rules/flame/correct-game-instantiating).
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 = '5.5.1';
const packageVersion = '5.6.0-dev.1';
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: 5.5.1
version: 5.6.0-dev.1
description: Software analytics tool that helps developers analyse and improve software quality.
homepage: https://dcm.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: 5.5.1
version: 5.6.0-dev.1

environment:
sdk: ">=2.14.0 <3.0.0"

dependencies:
dart_code_metrics: 5.5.1
dart_code_metrics: 5.6.0-dev.1

dev_dependencies:
lints: ^1.0.1

0 comments on commit c3f6429

Please sign in to comment.