Skip to content

Commit ef5d444

Browse files
committed
chore: prepare v0.2.6
1 parent 48df7b3 commit ef5d444

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

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 = "jp.s6n.idea"
8-
version = "0.3.0"
8+
version = "0.2.6"
99

1010
kotlin {
1111
jvmToolchain(21)
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
intellijPlatform {
24-
intellijIdeaUltimate("251.23774.318")
24+
intellijIdeaUltimate("2025.1")
2525
bundledPlugins(
2626
"org.jetbrains.plugins.textmate",
2727
"org.jetbrains.plugins.yaml",

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@
3838
]]></description>
3939

4040
<change-notes><![CDATA[
41-
<h2>v0.3.0</h2>
42-
<h3>Breaking Changes</h3>
43-
<ul>
44-
<li>Drop support for 2024.* builds.</li>
45-
</ul>
41+
<h2>v0.2.6</h2>
4642
<h3>Features</h3>
4743
<ul>
48-
<li>Add support for 251.20015.29 and later builds.</li>
44+
<li>Add support for 2025.1.</li>
4945
</ul>
5046
]]></change-notes>
5147

0 commit comments

Comments
 (0)