From c993b4f203e34e91a47383bd1097794a73b53649 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sat, 15 Apr 2023 12:49:52 +0200 Subject: [PATCH] Release 1.1.2 --- build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 947f9eb..2cbe0cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.chylex.intellij.inspectionlens" -version = "1.1.1" +version = "1.1.2" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 090d6a8..e357d43 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -17,6 +17,11 @@ ]]></description> <change-notes><![CDATA[ + <b>Version 1.1.2</b> + <ul> + <li>Added plugin icon.</li> + <li>Updated minimum version to IntelliJ 2023.1 due to deprecated APIs.</li> + </ul> <b>Version 1.1.1</b> <ul> <li>Multiple inspections at the same place in the document are now ordered by severity.</li>