Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Apr 6, 2016
1 parent cb4cb3a commit 1b83f40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.6'
version '0.7'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
7 changes: 6 additions & 1 deletion 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.6</version>
<version>0.7</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.7<br/>
<ul>
<li>Updated icons to fit concordion 2.0</li>
<li>Minor issues fixed</li>
</ul>
Version 0.6<br/>
<ul>
<li>Beta support for markdown specs with Markdown plugin</li>
Expand Down

0 comments on commit 1b83f40

Please sign in to comment.