Skip to content

Commit 0664b10

Browse files
committed
Version 1.20.2
1 parent f4180a7 commit 0664b10

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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

Lines changed: 8 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</name>
20-
<version>1.20.1</version>
20+
<version>1.20.2</version>
2121
<vendor url="https://github.com/BlueBoxWare/LibGDXPlugin">Blue Box Ware</vendor>
2222

2323
<description><![CDATA[
@@ -31,6 +31,13 @@
3131

3232
<change-notes><![CDATA[
3333
34+
<b>1.20.2</b>
35+
<ul>
36+
<li>
37+
Compatibility with IntelliJ 2020.1.
38+
</li>
39+
</ul>
40+
3441
<b>1.20.1</b>
3542
<ul>
3643
<li>

versions.gradle

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

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

55
kotlinVersion = '1.3.21'
66

77
intellijPluginVersion = '0.4.10'
88

9-
ideaVersion = 'LATEST-EAP-SNAPSHOT'
9+
ideaVersion = '2019.3.1'
1010
// ideaVersion = '201.SNAPSHOT'
1111

1212
studioVersion = '191.8026.42'

0 commit comments

Comments
 (0)