Skip to content

Commit

Permalink
Support 243.*
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Sep 27, 2024
1 parent 071ae73 commit 0a5ddbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "io.github.xiaozhuai"
version = "1.2.1"
version = "1.2.2"

repositories {
mavenCentral()
Expand All @@ -29,7 +29,7 @@ tasks {

patchPluginXml {
sinceBuild.set("212")
untilBuild.set("242.*")
untilBuild.set("243.*")
}

signPlugin {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
]]></description>
<change-notes><![CDATA[
<ul>
<li><b>1.2.2</b> Support 243.*</li>
<li><b>1.2.1</b> Support 242.*</li>
<li><b>1.2.0</b> Code cleanup</li>
<li><b>1.1.6</b> Use jdk 21</li>
Expand Down

0 comments on commit 0a5ddbc

Please sign in to comment.