Skip to content

Commit b440df4

Browse files
authored
Merge pull request flutter#12 from hugovdm/master
Bump version number in README.md
2 parents 47b0798 + a0cf50f commit b440df4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ To use those lints you can add a dependency in your `pubspec.yaml`:
4242
# If you also need to import `package:pedantic/pedantic.dart`, it's a
4343
# normal dependency.
4444
dependencies:
45-
pedantic: '1.1.0'
45+
pedantic: '1.4.0'
4646

4747
# Or, if you just want `analysis_options.yaml`, it can be a dev dependency.
4848
dev_dependencies:
49-
pedantic: '1.1.0'
49+
pedantic: '1.4.0'
5050
```
5151
5252
and add an include in your `analysis_options.yaml`:
@@ -55,6 +55,9 @@ and add an include in your `analysis_options.yaml`:
5555
include: package:pedantic/analysis_options.yaml
5656
```
5757

58+
This example uses a pinned version because every added lint rule could break a
59+
build for projects using it.
60+
5861
## Unused Lints
5962

6063
The following lints have been considered and will _not_ be enforced:

0 commit comments

Comments
 (0)