Skip to content

Commit a1ba561

Browse files
committed
Version 1.20.1
1 parent e92842e commit a1ba561

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<idea-plugin>
1818
<id>com.gmail.blueboxware.libgdxplugin</id>
1919
<name>LibGDX Plugin</name>
20-
<version>1.20</version>
20+
<version>1.20.1</version>
2121
<vendor url="https://github.com/BlueBoxWare/LibGDXPlugin">Blue Box Ware</vendor>
2222

2323
<description><![CDATA[
@@ -30,6 +30,14 @@
3030
]]></description>
3131

3232
<change-notes><![CDATA[
33+
34+
<b>1.20.1</b>
35+
<ul>
36+
<li>
37+
Fix NPE when running with IntelliJ 2019.2 EAP.
38+
</li>
39+
</ul>
40+
3341
<b>1.20</b>
3442
<ul>
3543
<li>

versions.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
ext {
22

3-
pluginVersion = '1.20'
3+
pluginVersion = '1.20.1'
44

55
kotlinVersion = '1.3.21'
6-
7-
// https://github.com/JetBrains/gradle-intellij-plugin/issues/367
6+
87
intellijPluginVersion = '0.4.9'
98

109
// ideaVersion = 'LATEST-EAP-SNAPSHOT'

0 commit comments

Comments
 (0)