Skip to content

Commit ee82a6a

Browse files
committed
build: advance version for release 0.2.2
1 parent 59b9ae0 commit ee82a6a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.1'
7+
version '0.2.2'
88

99
sourceCompatibility = JavaVersion.VERSION_12
1010

change_notes/0_2_2.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<h3>0.2.2 (12/02/2020)</h3>
2+
<p>
3+
Fifth alpha release.
4+
</p>
5+
<ul>
6+
<li>Removed redundant commit type Provider</li>
7+
</ul>

0 commit comments

Comments
 (0)