File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 kotlin(" jvm" ) version " 1.9.20"
55}
66group = " platform.plugin"
7- version = " 0.6.2 "
7+ version = " 0.6.3 "
88
99repositories {
1010 mavenCentral()
@@ -13,7 +13,7 @@ repositories {
1313tasks {
1414 patchPluginXml {
1515 sinceBuild.set(" 200" )
16- untilBuild.set(" 251 .*" )
16+ untilBuild.set(" 252 .*" )
1717 }
1818}
1919
Original file line number Diff line number Diff line change 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"
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>
You can’t perform that action at this time.
0 commit comments