Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-inv committed Dec 6, 2018
1 parent 3f7028d commit 44a2546
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.alivanov.intellij.plugins.liquigen'
version '0.0.5'
version '0.0.6'

apply plugin: "java"

Expand All @@ -18,11 +18,11 @@ dependencies {
}

intellij {
version = 'IU-2018.1'
version = 'IU-2018.3'
plugins = ['DatabaseTools']
pluginName = 'Liquigen'
}

patchPluginXml {
untilBuild = '182.*'
untilBuild = '183.*'
}
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

<change-notes><![CDATA[
<ul>
<li>
v0.0.6<br/>
Changes for IDEA and DataGrip 2018.3
</li>
<li>
v0.0.5<br/>
IDEA 2018.* support added
Expand Down

0 comments on commit 44a2546

Please sign in to comment.