From 844c2fff6665be20e0ded4f1ef012092759890ae Mon Sep 17 00:00:00 2001 From: Zarina Kurbatova Date: Mon, 13 Feb 2023 12:27:55 +0100 Subject: [PATCH] Release 2022.3-2.0 --- build.gradle.kts | 2 +- plugin/src/main/resources/META-INF/plugin.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 37e9bee7..9028e79c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.jetbrains.research.refactorinsight" -version = "2022.3-1.0" +version = "2022.3-2.0" repositories { mavenCentral() diff --git a/plugin/src/main/resources/META-INF/plugin.xml b/plugin/src/main/resources/META-INF/plugin.xml index 6b006cd3..2fdb6b3a 100644 --- a/plugin/src/main/resources/META-INF/plugin.xml +++ b/plugin/src/main/resources/META-INF/plugin.xml @@ -2,12 +2,13 @@ org.jetbrains.research.refactorinsight RefactorInsight JetBrains - 2022.3-1.0 + 2022.3-2.0 Enhances IDE representation of code changes with refactoring information.