File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ intellij {
2525}
2626
2727group ' com.axellience'
28- version ' 0.2 .0'
28+ version ' 0.3 .0'
2929
3030repositories {
3131 mavenCentral()
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >com.axellience.vuegwt</id >
33 <name >Vue GWT</name >
4- <version >0.2 .0</version >
4+ <version >0.3 .0</version >
55 <vendor email =" support@axellience.com" url =" http://www.genmymodel.com" >Axellience</vendor >
66
77 <description ><![CDATA[
5757 <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
5858 <idea-version since-build =" 162" />
5959
60- <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
61- on how to target different products -->
62- <!-- uncomment to enable plugin in all products
60+ <depends >com.intellij.java</depends >
61+ <depends >com.intellij.modules.java</depends >
6362 <depends >com.intellij.modules.lang</depends >
64- -->
65-
66- <!-- <extensions defaultExtensionNs="com.intellij">
67- <multiHostInjector implementation="com.axellience.vuegwtplugin.VueCustomInjector"/>
68- </extensions>-->
6963
7064
7165 <actions >
You can’t perform that action at this time.
0 commit comments