From 9b23f7f2926d259511d14bf546c75a7cebae506c Mon Sep 17 00:00:00 2001 From: Bhushan Gaikwad <43483545+bhushan@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:17:33 +0530 Subject: [PATCH] chore: version update (#168) --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.