Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Mar 5, 2017
1 parent 245330e commit d6384e1
Show file tree
Hide file tree
Showing 2 changed files with 6 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.11'
version '0.11.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
6 changes: 5 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.11</version>
<version>0.11.1</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,10 @@

<change-notes><![CDATA[
<p>
Version 0.11.1<br/>
<ul>
<li>Fixes issue #13 to be compatible with idea 2017 with scala plugin installed</li>
</ul>
Version 0.11<br/>
<ul>
<li>Better example name handling</li>
Expand Down

0 comments on commit d6384e1

Please sign in to comment.