From 1a313ee16abb94a7a8cd263f78a858d2226e14db Mon Sep 17 00:00:00 2001 From: BlueBoxWare Date: Sun, 9 Apr 2023 15:10:32 +0200 Subject: [PATCH] Version 1.24.4. --- CHANGES.md | 3 +++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6587e2f9..e675554c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### 1.24.4 +* Fix [#35](https://github.com/BlueBoxWare/LibGDXPlugin/issues/35): "No documentation found" on Ctrl+Q when plugin is enabled. + ### 1.24.3 * Compatibility with upcoming versions of IntelliJ. diff --git a/gradle.properties b/gradle.properties index 75e165c7..df544e2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup = com.gmail.blueboxware pluginName = LibGDX Plugin -pluginVersion = 1.24.3 +pluginVersion = 1.24.4 pluginSinceBuild = 231.8109.175 pluginUntilBuild = diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 80c52e25..44c38872 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -31,7 +31,7 @@ -
  • Compatibility with upcoming versions IntelliJ.
  • +
  • Fix #35: "No documentation found" on Ctrl+Q when plugin is enabled.
  • ]]>