From bb40c2608c6d08716b6cd6006eae063b4a11a24e Mon Sep 17 00:00:00 2001 From: Michail Plushnikov Date: Tue, 19 Jan 2021 20:24:45 +0100 Subject: [PATCH] incremented patch version for regression fix --- gradle.properties | 2 +- parts/pluginChanges.html | 6 +++++- src/main/java/de/plushnikov/intellij/plugin/Version.java | 2 +- src/main/resources/messages/LombokBundle.properties | 6 +----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4decc0de8..e842b9474 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ ideaVersion=2018.1 # pluginGroup=de.plushnikov.intellij.plugin pluginName=lombok-plugin -pluginVersion=0.34 +pluginVersion=0.34.1 # sources=true # diff --git a/parts/pluginChanges.html b/parts/pluginChanges.html index a70d3f38e..6a1a459d6 100644 --- a/parts/pluginChanges.html +++ b/parts/pluginChanges.html @@ -1,11 +1,15 @@