Skip to content

Commit

Permalink
0.6 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Mar 22, 2016
1 parent be12049 commit 4d0538b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'net.saliman.cobertura'

group 'org.concordion.plugin.idea'
version '0.5.1'
version '0.6'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
9 changes: 7 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>org.concordion.plugin.idea.lang</id>
<name>Concordion support</name>
<version>0.5.1</version>
<version>0.6</version>
<vendor email="[email protected]" url="https://github.com/concordion/idea-concordion-support">Ievgen Degtiarenko</vendor>

<depends>com.intellij.modules.java</depends>
Expand All @@ -19,6 +19,11 @@

<change-notes><![CDATA[
<p>
Version 0.6<br/>
<ul>
<li>Beta support for markdown specs with Markdown plugin</li>
<li>Supported by idea 2016</li>
</ul>
Version 0.5.1<br/>
<ul>
<li>Beta support for markdown specs with Markdown support plugin</li>
Expand Down Expand Up @@ -62,7 +67,7 @@
</p>
]]></change-notes>

<idea-version since-build="141.1" until-build="143.9999"/>
<idea-version since-build="141.1"/>

<extensions defaultExtensionNs="com.intellij">
<fileTypeFactory implementation="org.concordion.plugin.idea.lang.ConcordionFileTypeFactory"/>
Expand Down

0 comments on commit 4d0538b

Please sign in to comment.