Skip to content

Commit

Permalink
Support 242.*
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Aug 15, 2024
1 parent 54988ea commit 071ae73
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.0"
version = "1.2.1"

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

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

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.1</b> Support 242.*</li>
<li><b>1.2.0</b> Code cleanup</li>
<li><b>1.1.6</b> Use jdk 21</li>
<li><b>1.1.5</b> Support 241.*</li>
Expand Down

0 comments on commit 071ae73

Please sign in to comment.