Skip to content

Commit 428bd3e

Browse files
committed
version 1.0.2
1 parent a14d388 commit 428bd3e

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
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "codes.vg"
8-
version = "1.0.1"
8+
version = "1.0.2"
99

1010
repositories {
1111
mavenCentral()
@@ -32,7 +32,7 @@ tasks {
3232

3333
patchPluginXml {
3434
sinceBuild.set("232")
35-
untilBuild.set("243.*")
35+
untilBuild.set(provider { null })
3636
}
3737

3838
signPlugin {

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

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

2727
<change-notes><![CDATA[
28+
<p>v1.0.2 (2025-04-14):</p>
29+
<ul>
30+
<li>Support for 2025.1 and all future IDE versions</li>
31+
</ul>
2832
<p>v1.0.1 (2024-09-29):</p>
2933
<ul>
3034
<li>Support for 2024.3</li>

0 commit comments

Comments
 (0)