From 5113b646c60fd175855fd8b1d55aa2bedf58a3f9 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 5 May 2021 13:21:16 -0700 Subject: [PATCH 1/2] dev version --- CHANGELOG.md | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/pubspec.yaml b/pubspec.yaml index 4694db1..004bc9b 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 and Flutter lint rules. +version: 1.0.0-dev.0 homepage: https://dart.dev/guides/language/effective-dart environment: From a4cd7d12881c4c49836627b252a081a0ce423163 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 5 May 2021 15:04:39 -0700 Subject: [PATCH 2/2] drop Flutter refs --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 004bc9b..ba3d5c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: lints -description: Official Dart and Flutter lint rules. +description: Official Dart lint rules. version: 1.0.0-dev.0 homepage: https://dart.dev/guides/language/effective-dart