diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c58c83..0b43381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.1 + +- Adds better error messages +- improvement on shade generation performance + ## 1.2.0 - Adds `output` feature for config diff --git a/README.md b/README.md index 0799eb5..967d084 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Generate shades and tints from primary colors hex values for easy setup. ## Example -Append the `shader` spec to your `pubspec.yaml`. If no `pubspec.yaml` create your own config file +Append the `gator` spec to your `pubspec.yaml`. If no `pubspec.yaml` create your own config file (such as `colors.yaml` or `gator.yaml`) and specify it in the command. ```sh diff --git a/pubspec.yaml b/pubspec.yaml index fe0d0c4..24951f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gator description: Generate shades and tints from primary colors hex values for easy setup. -version: 1.2.0 +version: 1.2.1 repository: https://github.com/Luckey-Elijah/gator environment: