diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b98463..4635b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.1 +## 1.0.0-dev.0 - Initial version diff --git a/README.md b/README.md index 38b1512..9c034a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints) [![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions) -This repo contains official Dart and Flutter lint rules. +This repo contains official Dart lint rules. diff --git a/pubspec.yaml b/pubspec.yaml index 4694db1..ba3d5c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lints -description: Official Dart and Flutter lint rules -version: 0.1.0 +description: Official Dart lint rules. +version: 1.0.0-dev.0 homepage: https://dart.dev/guides/language/effective-dart environment: