Skip to content

Commit e9473b8

Browse files
committed
[INTERNAL] prepare release 2.5.1
1 parent 0f4256a commit e9473b8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.5.1
2+
Jun 25, 2019
3+
4+
FIX: ConcurrentModificationException in MultiLineCellRenderer
5+
16
2.5.0
27
May 16, 2019
38

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=2.5.0
6+
pluginVersion=2.5.1
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646

4747
<change-notes><![CDATA[
4848
<pre style="font-family: sans-serif">
49-
NEW: PSV file support
50-
FIX: NullPointerException in StorageHelper class
49+
FIX: ConcurrentModificationException in MultiLineCellRenderer
5150
</pre>
5251
]]>
5352
</change-notes>

0 commit comments

Comments
 (0)