Skip to content

Commit f43794e

Browse files
committed
build: advance version to 0.10.1
1 parent ef515ea commit f43794e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build.gradle.kts

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

99
group = "com.github.lppedd"
10-
version = "0.10.0"
10+
version = "0.10.1"
1111

1212
repositories {
1313
maven("https://dl.bintray.com/kotlin/kotlin-eap")

change-notes/0_10_1.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<h3>0.10.1 (07/04/2020)</h3>
2+
<p>
3+
Sixteenth alpha release.<br/>
4+
Refactoring
5+
</p>
6+
<ul>
7+
<li>Opened some classes for use in other plugins</li>
8+
<li>Done a minor code clean-up</li>
9+
</ul>

0 commit comments

Comments
 (0)