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

Commit

Permalink
Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Jan 7, 2020
1 parent c40ced7 commit df015c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use the lints add a dev dependency in your `pubspec.yaml`:

```yaml
dev_dependencies:
effective_dart: ^1.1.0
effective_dart: ^1.2.0
```
Then add an include in your `analysis_options.yaml` file:
Expand All @@ -28,7 +28,7 @@ include: package:effective_dart/analysis_options.yaml
Or, if you using e.g. continuous builds, they will likely fail whenever a new version of `package:effective_dart` is released. To avoid this, specify a version of `analysis_options.yaml`:

```yaml
include: package:effective_dart/analysis_options.1.1.0.yaml
include: package:effective_dart/analysis_options.1.2.0.yaml
```

## Consider Lints
Expand Down

0 comments on commit df015c1

Please sign in to comment.