diff --git a/CHANGELOG.md b/CHANGELOG.md index 4635b41..06e4e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +- Initial stable version + ## 1.0.0-dev.0 - Initial version diff --git a/pubspec.yaml b/pubspec.yaml index ba3d5c0..24c34f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: lints -description: Official Dart lint rules. -version: 1.0.0-dev.0 -homepage: https://dart.dev/guides/language/effective-dart +description: Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. +version: 1.0.0 environment: sdk: '>=2.12.0 <3.0.0'