Skip to content

Commit 2e9aff0

Browse files
committed
fixed: Compatible with version 2025.2.x
1 parent 74ffae3 commit 2e9aff0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ out/
1212
!**/src/main/**/out/
1313
idea-sandbox/
1414
.run/
15+
.intellijPlatform/**/*.xml
1516

1617
### Eclipse ###
1718
.apt_generated

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "dev.huyaro.gen"
14-
version = "0.2.8"
14+
version = "0.2.9"
1515

1616
repositories {
1717
mavenCentral()
@@ -61,7 +61,7 @@ tasks {
6161

6262
patchPluginXml {
6363
sinceBuild.set("241")
64-
untilBuild.set("251.*")
64+
untilBuild.set("252.*")
6565
}
6666

6767
signPlugin {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
</ul>
2525
]]></description>
2626
<change-notes><![CDATA[
27+
<h4>0.2.9</h4>
28+
<ul>
29+
<li>Compatible versions 241-252.*</li>
30+
</ul>
2731
<h4>0.2.8</h4>
2832
<ul>
2933
<li>Fixed compatibility issues</li>

0 commit comments

Comments
 (0)