Skip to content

Commit

Permalink
Merge pull request #148 from bancolombia/feature/version
Browse files Browse the repository at this point in the history
feat: increase version 1.1.5
  • Loading branch information
santitigaga authored Sep 26, 2024
2 parents 656ca57 + 62686bc commit 6959c25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 1.1.5
- Removed deprecated fields in analysis options and collection method
- Fix changelog URL for update available warning
## 1.1.4
- Fix some test
- Revert `analyzer` ^6.0.0 to ^5.14.0
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 = '1.1.4';
const packageVersion = '1.1.5';
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_linter
version: 1.1.4
version: 1.1.5
description: Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.
repository: https://github.com/bancolombia/dart-code-linter

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_linter_plugin_loader
description: This pubspec determines the version of the analyzer plugin to load.
version: 1.1.4
version: 1.1.5

environment:
sdk: ">=2.14.0 <3.0.0"

dependencies:
dart_code_linter: 1.1.4
dart_code_linter: 1.1.5

dev_dependencies:
lints: ^1.0.1

0 comments on commit 6959c25

Please sign in to comment.