Skip to content

Commit dea496a

Browse files
author
Sommer
committed
[INTERNAL] version/changelog update
1 parent 2ad5248 commit dea496a

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.9.1
2+
Oct 12, 2018
3+
4+
FIX: reading/writing CSV editor states
5+
16
1.9.0
27
Oct 01, 2018
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=1.9.0
6+
pluginVersion=1.9.1
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

intellij-csv-validator.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="intellij-csv-validator" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.seesharpsoft.intellij.plugins" external.system.module.version="1.8.2" relativePaths="true" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="intellij-csv-validator" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.seesharpsoft.intellij.plugins" external.system.module.version="1.9.1" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@
4141

4242
<change-notes><![CDATA[
4343
<pre style="font-family: sans-serif">
44-
NEW: CSV/TSV editor settings (File > Settings > General > CSV/TSV Editor)
45-
NEW: TAB (separator) highlighting
46-
NEW: Enable/disable balloon info
47-
NEW: Soft wrap settings specific for CSV/TSV
44+
FIX: reading/writing CSV editor states
4845
</pre>
4946
]]>
5047
</change-notes>

0 commit comments

Comments
 (0)