Skip to content

Commit 407c548

Browse files
committed
Version 1.24.3.
1 parent da084d3 commit 407c548

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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.3
2+
* Compatibility with upcoming versions of IntelliJ.
3+
14
### 1.24.2
25
* Compatibility with IntelliJ 2022.3.1.
36

gradle.properties

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

5-
pluginSinceBuild = 231.7665.28
5+
pluginSinceBuild = 231.8109.175
66
pluginUntilBuild =
77

88
# See https://www.jetbrains.com/intellij-repository/snapshots/ for available build versions.

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

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

3232
<change-notes><![CDATA[
3333
<ul>
34-
<li>Compatibility with IntelliJ 2022.3.1.</li>
34+
<li>Compatibility with upcoming versions IntelliJ.</li>
3535
</ul>
3636
]]>
3737
</change-notes>

src/test/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
FROM httpd:2.4
22
COPY ./testdata/server/ /usr/local/apache2/htdocs/
3-
EXPOSE 80

0 commit comments

Comments
 (0)