Skip to content

Commit 77aab39

Browse files
committed
build: advance version to 0.2.4
1 parent ccb9b71 commit 77aab39

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.lppedd'
7-
version '0.2.3'
7+
version '0.2.4'
88

99
sourceCompatibility = JavaVersion.VERSION_14
1010

change_notes/0_2_4.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h3>0.2.4 (30/03/2020)</h3>
2+
<p>
3+
Seventh alpha release.
4+
Refactoring
5+
</p>
6+
<ul>
7+
<li>Never use <code>null</code> values (in preparation for a new Conventional Commit release)</li>
8+
</ul>

0 commit comments

Comments
 (0)