1
0
mirror of https://github.com/chylex/IntelliJ-Colored-Icons.git synced 2025-06-01 20:34:09 +02:00

Release version 1.6.0

This commit is contained in:
chylex 2024-07-14 18:24:17 +02:00
parent 402d38da7b
commit 1981397184
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 5 additions and 1 deletions
build.gradle.kts
resources/META-INF

View File

@ -6,7 +6,7 @@ plugins {
} }
group = "com.chylex.intellij.coloredicons" group = "com.chylex.intellij.coloredicons"
version = "1.5.1" version = "1.6.0"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -9,6 +9,10 @@
</description> </description>
<change-notes><![CDATA[ <change-notes><![CDATA[
<b>Version 1.6.0</b>
<ul>
<li>Added dependency on the Classic UI plugin for 2024.2</li>
</ul>
<b>Version 1.5.1</b> <b>Version 1.5.1</b>
<ul> <ul>
<li>Fixed a random exception while loading the plugin</li> <li>Fixed a random exception while loading the plugin</li>