Skip to content

Commit

Permalink
Change version of package to 1.13.2 (#17)
Browse files Browse the repository at this point in the history
* fix after dry run

* downgrade support from 13.1 to 13.0

* Update docs
  • Loading branch information
paulkastel committed Aug 30, 2023
1 parent 24f3079 commit 01b151c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.13.1
## 1.13.2
* Lints from dart_metrics version 5.7.6
* Lints for Flutter 3.13.1 and Dart 3.0.6
* Lints for Flutter 3.13.0 and Dart 3.0.6
* :warning: This version is based on discontinued DCM version

## 1.10.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For a start please make sure you work with latest version of Flutter & Dart.
```yaml
environment:
sdk: ">=3.0.6 <4.0.0"
flutter: ^3.13.1
flutter: ^3.13.2
```
Then add a dev dependency in your `pubspec.yaml`:
Expand All @@ -40,7 +40,7 @@ or directly in pubspec.yaml

```yaml
dev_dependencies:
lint_quido: 1.13.1
lint_quido: 1.13.2
```

At last in `analysis_options.yaml` add:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint_quido
version: 1.13.1
version: 1.13.2
description: Collection of Flutter lints that we use and follow in Miquido
repository: https://github.com/miquido/lint_quido
issue_tracker: https://github.com/miquido/lint_quido/issues
Expand Down

0 comments on commit 01b151c

Please sign in to comment.