Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Jul 10, 2016
1 parent 68cb4f3 commit 2c84a09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'net.saliman.cobertura'

group 'org.concordion.plugin.idea'
version '0.9'
version '0.10'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
9 changes: 8 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.9</version>
<version>0.10</version>
<vendor email="[email protected]" url="https://github.com/concordion/idea-concordion-support">Ievgen Degtiarenko</vendor>

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

<change-notes><![CDATA[
<p>
Version 0.10<br/>
<ul>
<li>Create spec and fixture dialog</li>
<li>Better type resolving</li>
<li>Rename and delete paired concordion file (could be disabled in concordion settings)</li>
<li>Markdown navigator integration</li>
</ul>
Version 0.9<br/>
<ul>
<li>Better syntax support for concordion expressions in md specs</li>
Expand Down

0 comments on commit 2c84a09

Please sign in to comment.