Skip to content

Commit

Permalink
build: advance version for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 10, 2019
1 parent dbaaa27 commit 0063c8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.lppedd'
version '0.4.0'
version '0.4.1'

sourceCompatibility = 1.8

Expand Down
9 changes: 9 additions & 0 deletions change-notes/0_4_1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h3>0.4.1 (11/11/2019)</h3>
<p>
Fourth alpha release.<br/>
New usability feature and bug fixes
</p>
<ul>
<li>Display a message in case no supported language is found in the environment.</li>
<li>Workaround the Java Psi structure when errors are present and highlight keywords correctly.</li>
</ul>

0 comments on commit 0063c8f

Please sign in to comment.