From ba0301e97adf5001a8ce64a5afd2af9928af7a03 Mon Sep 17 00:00:00 2001 From: iman89 Date: Sat, 13 Apr 2019 00:53:06 +0300 Subject: [PATCH] Updated plugin version --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da9eefe..e4a3b02 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'com.alivanov.intellij.plugins.liquigen' -version '0.0.6' +version '0.0.7' apply plugin: "java" diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index bd3e434..1b067a4 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -24,6 +24,11 @@ +
  • + v0.0.7
    + IDEA and DataGrip support starting from 2019.1
    + Liquibase version upgraded to 3.6.3 +
  • v0.0.6
    Changes for IDEA and DataGrip 2018.3