Skip to content

Commit 0778936

Browse files
committed
Version 1.24.
1 parent 4bc7eb3 commit 0778936

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.24
2+
* Support for the [new Atlas file format](https://github.com/libgdx/libgdx/commit/a4a0240e2db47d7273797eaf371133f84749f823).
3+
14
### 1.23.6
25
* Improvements in Find Usages and type checking for Skin files.
36
* Fix "Slow operations are prohibited on EDT" error in "Find Usages".

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginGroup = com.gmail.blueboxware
22
pluginName = LibGDX Plugin
3-
pluginVersion = 1.23.6
3+
pluginVersion = 1.24
44

55
pluginSinceBuild = 203.7717.56
66
pluginUntilBuild =

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>Improvements in Find Usages and type checking for Skin files.</li>
35-
<li>Fix "Slow operations are prohibited on EDT" error in "Find Usages".</li>
34+
<li>Support for the <a href="https://github.com/libgdx/libgdx/commit/a4a0240e2db47d7273797eaf371133f84749f823">new Atlas file format</a>.</li>
3635
</ul>
3736
]]>
3837
</change-notes>

0 commit comments

Comments
 (0)