Skip to content

Commit f18f5b9

Browse files
Merge pull request #7 from galahseno/chore/update-build-compatibility
chore: update build compatibility
2 parents 8dd06c9 + 213da42 commit f18f5b9

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

intellij-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
kotlin("jvm") version "1.9.20"
55
}
66
group = "platform.plugin"
7-
version = "0.6.2"
7+
version = "0.6.3"
88

99
repositories {
1010
mavenCentral()
@@ -13,7 +13,7 @@ repositories {
1313
tasks {
1414
patchPluginXml {
1515
sinceBuild.set("200")
16-
untilBuild.set("251.*")
16+
untilBuild.set("252.*")
1717
}
1818
}
1919

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<extensions defaultExtensionNs="com.intellij">
1515
<applicationService serviceImplementation="com.platfom.sync.service.PlatformSyncService"/>
16-
<statusBarWidgetFactory id="PlatformSync"
16+
<statusBarWidgetFactory id="PlatformSync"
1717
implementation="com.platfom.sync.widget.PlatformSyncStatusBarWidgetFactory"
1818
order="after Position"/>
1919
<notificationGroup id="Platform Sync Notification"
@@ -42,6 +42,10 @@
4242
</actions>
4343

4444
<change-notes><![CDATA[
45+
<strong>0.6.3</strong>
46+
<ul>
47+
<li>Add support to IDE with version up to 252.* </li>
48+
</ul>
4549
<strong>0.6.2</strong>
4650
<ul>
4751
<li>Add support to IDE with version up to 251.* </li>

0 commit comments

Comments
 (0)