Skip to content

Commit dfde599

Browse files
committed
Remove until-build restriction to allow compatibility with future IDE versions
1 parent 6a54b3d commit dfde599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</change-notes>
5151

5252
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
53-
<idea-version since-build="223.0" until-build="252.*"/>
53+
<idea-version since-build="223.0"/>
5454

5555
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
5656
on how to target different products -->

0 commit comments

Comments
 (0)