From 5dae8ba3026a1f6ce7cb39e90f4e3b189d731865 Mon Sep 17 00:00:00 2001 From: Glauco Machado Date: Wed, 26 Jul 2023 12:19:04 -0300 Subject: [PATCH] Update theme for version 2023.2 --- CHANGELOG.md | 3 +++ gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8971589..e8bbc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ### Added +## [0.1.6] - 26.07.2023 +- Update theme for version 2023.2 + ## [0.1.5] - 15.11.2022 - Added line coverage colors diff --git a/gradle.properties b/gradle.properties index 8a81ddb..8579561 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.alex.tokyonight pluginName = TokyoNight Theme pluginRepositoryUrl = https://github.com/Inf166/theme-jetbrains-tokyonight # SemVer format -> https://semver.org -pluginVersion = 0.1.5 +pluginVersion = 0.1.6 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 203 @@ -12,7 +12,7 @@ pluginUntilBuild = 235.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2023.1 +platformVersion = 2023.2 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22