Skip to content

Commit 499e6ec

Browse files
committed
Updated plugin compatibility to be from IntelliJ Idea 15 to 2016.1 -- http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
1 parent 28811d7 commit 499e6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<idea-plugin version="2">
1111
<id>com.intellij.lang.jsgraphql</id>
1212
<name>JS GraphQL</name>
13-
<version>1.3.2</version>
13+
<version>1.3.2.143-145</version>
1414
<vendor>Jim Kynde Meyer - [email protected]</vendor>
1515

1616
<description><![CDATA[
@@ -40,7 +40,7 @@
4040
</change-notes>
4141

4242
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
43-
<idea-version since-build="143.0"/>
43+
<idea-version since-build="143.0" until-build="145.*"/>
4444

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

0 commit comments

Comments
 (0)