Skip to content

Commit

Permalink
Version 1.24.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueBoxWare committed Oct 4, 2023
1 parent a1c6e36 commit 19ab0a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.24.7
* Fix "doing work on EDT" errors.
* Compatibility with IntelliJ 2023.3.

### 1.24.6
* Fix [#36](https://github.com/BlueBoxWare/LibGDXPlugin/issues/36): UnsupportedOperationException in LibGDXFileTypeOverrider.
* Compatibility with IntelliJ 2023.2.
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pluginGroup = com.gmail.blueboxware
pluginName = LibGDX Plugin
pluginVersion = 1.24.6
pluginVersion = 1.24.7

pluginSinceBuild = 232.6095.10
pluginUntilBuild =

# https://www.jetbrains.com/intellij-repository/snapshots/
# https://www.jetbrains.com/intellij-repository/releases/
pluginVerifierIdeVersions = 232.6095.10
pluginVerifierIdeVersions = 232.9921.47

platformType = IC
platformVersion = 232.6095-EAP-CANDIDATE-SNAPSHOT
platformVersion = 232.9921.47
platformDownloadSources = true

platformPlugins = java, Kotlin, Groovy, properties
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@

<change-notes><![CDATA[
<ul>
<li>Fix #36: UnsupportedOperationException in LibGDXFileTypeOverrider.</li>
<li>Compatibility with IntelliJ 2023.2.</li>
<li>Fix "doing work on EDT" errors.</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 19ab0a4

Please sign in to comment.