Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

bump to dev version #14

Merged
merged 2 commits into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1
## 1.0.0-dev.0

- Initial version
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down