diff --git a/CHANGELOG.md b/CHANGELOG.md index cafc544..c29fdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 + +Stable release. + ## 0.2.0+4 Between `0.1.0` and `0.2.0+4`, there weren't many code changes. The releases happened to fully test a CI/CD pipeline. diff --git a/README.md b/README.md index 1867ada..2aa70a0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ HTML and CSS lets you use around 140 names colors. With this simple Flutter pack * [Read the source code and **star the repo** on GitHub](https://github.com/dartsidedev/kolors) * [Open an issue on GitHub](https://github.com/dartsidedev/kolors/issues) * [See package on `pub.dev`](https://pub.dev/packages/kolors) -* [Read the docs on `pub.dev`](https://pub.dev/documentation/kolors/latest/)\ +* [Read the docs on `pub.dev`](https://pub.dev/documentation/kolors/latest/) ## Inspiration diff --git a/pubspec.yaml b/pubspec.yaml index 6b6ebd4..96d8418 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: kolors description: The named HTML colors that you can use in your Flutter apps. -version: 0.2.0+4 +version: 1.0.0 homepage: https://www.github.com/dartsidedev/kolors repository: https://www.github.com/dartsidedev/kolors issue_tracker: https://www.github.com/dartsidedev/kolors/issues