Skip to content

Commit 19ab0a4

Browse files
committed
Version 1.24.7.
1 parent a1c6e36 commit 19ab0a4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.24.7
2+
* Fix "doing work on EDT" errors.
3+
* Compatibility with IntelliJ 2023.3.
4+
15
### 1.24.6
26
* Fix [#36](https://github.com/BlueBoxWare/LibGDXPlugin/issues/36): UnsupportedOperationException in LibGDXFileTypeOverrider.
37
* Compatibility with IntelliJ 2023.2.

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
pluginGroup = com.gmail.blueboxware
22
pluginName = LibGDX Plugin
3-
pluginVersion = 1.24.6
3+
pluginVersion = 1.24.7
44

55
pluginSinceBuild = 232.6095.10
66
pluginUntilBuild =
77

88
# https://www.jetbrains.com/intellij-repository/snapshots/
99
# https://www.jetbrains.com/intellij-repository/releases/
10-
pluginVerifierIdeVersions = 232.6095.10
10+
pluginVerifierIdeVersions = 232.9921.47
1111

1212
platformType = IC
13-
platformVersion = 232.6095-EAP-CANDIDATE-SNAPSHOT
13+
platformVersion = 232.9921.47
1414
platformDownloadSources = true
1515

1616
platformPlugins = java, Kotlin, Groovy, properties

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131

3232
<change-notes><![CDATA[
3333
<ul>
34-
<li>Fix #36: UnsupportedOperationException in LibGDXFileTypeOverrider.</li>
35-
<li>Compatibility with IntelliJ 2023.2.</li>
34+
<li>Fix "doing work on EDT" errors.</li>
3635
</ul>
3736
]]>
3837
</change-notes>

0 commit comments

Comments
 (0)