Skip to content

Commit b9b7008

Browse files
authored
Merge pull request #584 from devoxx/feat-582
Increased version number
2 parents e355913 + 8591bbf commit b9b7008

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.devoxx.genie"
10-
version = "0.5.1"
10+
version = "0.5.2"
1111

1212
repositories {
1313
mavenCentral()

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
]]></description>
3636

3737
<change-notes><![CDATA[
38+
<h2>v0.5.2</h2>
39+
<UL>
40+
<LI>Fix #582 : Reuse existing MCP clients and close them when IDEA stops by @stephanj</LI>
41+
</UL>
3842
<h2>v0.5.1</h2>
3943
<UL>
4044
<LI>Fix #567 : At least one message is required by @stephanj</LI>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.5.1
1+
version=0.5.2

0 commit comments

Comments
 (0)