Correct plugin version. Create updatePlugins.xml to provide updates.
This commit is contained in:
parent
323cfdf080
commit
2ba4ee5712
|
|
@ -838,7 +838,7 @@
|
|||
<id>jetbrains.mps.typechecking</id>
|
||||
<name>Typechecking with Constraint Rules</name>
|
||||
<description>Experimental support for type checking with constraint rules</description>
|
||||
<version>0.1</version>
|
||||
<version>0.2</version>
|
||||
<vendor url="jetbrains.com/mps">JetBrains s.r.o.</vendor>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@
|
|||
</node>
|
||||
<node concept="3_J27D" id="7BVjoXzUx6a" role="m$_w8">
|
||||
<node concept="3Mxwew" id="7BVjoXzUx6l" role="3MwsjC">
|
||||
<property role="3MwjfP" value="0.1" />
|
||||
<property role="3MwjfP" value="0.2" />
|
||||
</node>
|
||||
</node>
|
||||
<node concept="3_J27D" id="3AC_dXTSEnT" role="3s6cr7">
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
<plugins>
|
||||
<plugin id="jetbrains.mps.typechecking" url="https://github.com/fisakov/constraints-typechecking/releases/download/v0.2-snapshot.16/typechecking-0.2.zip" version="0.2-b16" >
|
||||
</plugin>
|
||||
</plugins>
|
||||
Loading…
Reference in New Issue