Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Dec 25, 2016
1 parent 7238024 commit 575398b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ It can be installed from [Intellij IDEA plugins repository](https://plugins.jetb

**Settings > Plugins > Browse repositories...** > search for *Concordion support*

![demo](https://plugins.jetbrains.com/files/7978/screenshot_15835.png)
![demo_html](https://plugins.jetbrains.com/files/7978/screenshot_15835.png)

- [How does **Markdown support** integration look like?](https://plugins.jetbrains.com/files/7978/screenshot_15837.png)
- [How does **Markdown** integration look like?](https://plugins.jetbrains.com/files/7978/screenshot_15836.png)
![demo_md](https://plugins.jetbrains.com/files/7978/screenshot_15837.png)

It is built by gradle so it does not require to have intellij idea plugin sdk set up to start development.

Expand Down
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.10.1'
version '0.11'

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.10.1</version>
<version>0.11</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<br/>
<ul>
<li>Better example name handling</li>
</ul>
Version 0.10.1<br/>
<ul>
<li>Updates to support newer groovy plugin</li>
Expand Down

0 comments on commit 575398b

Please sign in to comment.