Skip to content

Commit eec86db

Browse files
committed
[INTERNAL] plugin icons added
1 parent eb9ac98 commit eec86db

File tree

4 files changed

+52
-2
lines changed

4 files changed

+52
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ idea {
7070
apply plugin: 'org.jetbrains.intellij'
7171
intellij {
7272
// IDE version - https://www.jetbrains.com/intellij-repository/releases
73-
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-2018.3.2')
73+
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-191.5701.16')
7474
pluginName = 'CSV Plugin'
7575
instrumentCode = true
7676
updateSinceUntilBuild = false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<br><br>
3535
For more detailed information please have a look at the <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/blob/master/README.md">README</a>.
3636
<br><br><br>
37-
<em>Thanks to @royqh1979, @egoisticalgoat, @sabi0, @ptahchiev, @ghost, @MarkJeronimus and others for supporting me and the project!</em>
37+
<em>Thanks to @royqh1979, @egoisticalgoat, @sabi0, @ptahchiev, @ghost, @MarkJeronimus, <a href="http://finevisuals.de" target="_blank">FineVisuals</a> and others for supporting me and the project!</em>
3838
<br><br><br>
3939
4040
<hr /><br>
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)