diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1ec70..e8974bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ # GitHub Theme Changelog ## [Unreleased] +Feat: added whitespace colors + ## [1.2.0] - Feat: Adds a new Dark Mode, which is greyish and not completely black. diff --git a/gradle.properties b/gradle.properties index 5f81876..c446241 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = club.nutsoft pluginName = GitHub Theme -pluginVersion = 1.2.0 +pluginVersion = 1.2.1 # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions.