Skip to content

Commit

Permalink
Version: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed May 24, 2020
1 parent f35a9e6 commit 275541e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

project.group = "io.conceptive.quarkus"
project.version = "1.0.3"
project.version = "1.1.0"

repositories {
mavenCentral()
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
and attaches a debugger if you want to. Debug your quarkus applications without effort!
</description>
<change-notes><![CDATA[ <ul>
<li>Added support for gradle</li>
<li>Added (preview) support for gradle</li>
<li>Fixed message order, if messages arrive too early</li>
<li>Fixed change-notes in plugin.xml, so that they include complete notes</li>
<li>Fixed corrupted console logs on slow machines</li>
<li>Fixed broken console logs on slow machines</li>
</ul> ]]></change-notes>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit 275541e

Please sign in to comment.