We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14d388 commit 428bd3eCopy full SHA for 428bd3e
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "codes.vg"
8
-version = "1.0.1"
+version = "1.0.2"
9
10
repositories {
11
mavenCentral()
@@ -32,7 +32,7 @@ tasks {
32
33
patchPluginXml {
34
sinceBuild.set("232")
35
- untilBuild.set("243.*")
+ untilBuild.set(provider { null })
36
37
38
signPlugin {
src/main/resources/META-INF/plugin.xml
@@ -25,6 +25,10 @@
25
]]></description>
26
27
<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>
<p>v1.0.1 (2024-09-29):</p>
<ul>
<li>Support for 2024.3</li>
0 commit comments