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

Release version 1.5.1

This commit is contained in:
chylex 2023-12-13 10:07:01 +01:00
parent 277ef4a835
commit 435dbd2d84
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"
version = "1.5"
version = "1.5.1"
repositories {
mavenCentral()

View File

@ -9,6 +9,10 @@
</description>
<change-notes><![CDATA[
<b>Version 1.5.1</b>
<ul>
<li>Fixed a random exception while loading the plugin</li>
</ul>
<b>Version 1.5</b>
<ul>
<li>Fixed tool window icons for 2023.3</li>