Skip to content

Commit

Permalink
build: advance version for release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 10, 2019
1 parent 3a3a34b commit 10d4786
Show file tree
Hide file tree
Showing 2 changed files with 9 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.2'
version '0.4.3'

sourceCompatibility = 1.8

Expand Down
8 changes: 8 additions & 0 deletions change-notes/0_4_3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<h3>0.4.3 (11/11/2019)</h3>
<p>
Fourth alpha release.<br/>
Performance improvements
</p>
<ul>
<li>Don't create Annotation(s) if the style attributes are empty.</li>
</ul>

0 comments on commit 10d4786

Please sign in to comment.