Skip to content

Commit 9ce04cf

Browse files
authored
bump to dev version (dart-archive/lints#14)
* dev version * drop Flutter refs
1 parent 9598133 commit 9ce04cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkgs/lints/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.1
1+
## 1.0.0-dev.0
22

33
- Initial version

pkgs/lints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints)
22
[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions?query=branch%3Amain)
33

4-
This repo contains official Dart and Flutter lint rules.
4+
This repo contains official Dart lint rules.
55

pkgs/lints/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lints
2-
description: Official Dart and Flutter lint rules
3-
version: 0.1.0
2+
description: Official Dart lint rules.
3+
version: 1.0.0-dev.0
44
homepage: https://dart.dev/guides/language/effective-dart
55

66
environment:

0 commit comments

Comments
 (0)