Skip to content

Commit aa20438

Browse files
committed
1.4.2
1 parent 453cb9a commit aa20438

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "boo.fox"
11-
version = "1.4.1"
11+
version = "1.4.2"
1212

1313
repositories {
1414
mavenCentral()
@@ -60,7 +60,7 @@ tasks {
6060

6161
patchPluginXml {
6262
sinceBuild.set("233")
63-
untilBuild.set("243.*")
63+
untilBuild.set("251.*")
6464
}
6565

6666
signPlugin {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
</description>
1414

1515
<change-notes><![CDATA[
16+
<h3>1.4.2</h3>
17+
<ul>
18+
<li>Compatibility with 2025 IDEs</li>
19+
</ul>
1620
<h3>1.4.1</h3>
1721
<ul>
1822
<li>Update the Lsp4ij version to 0.9.0</li>

0 commit comments

Comments
 (0)