We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef515ea commit f43794eCopy full SHA for f43794e
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "com.github.lppedd"
10
-version = "0.10.0"
+version = "0.10.1"
11
12
repositories {
13
maven("https://dl.bintray.com/kotlin/kotlin-eap")
change-notes/0_10_1.html
@@ -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>
+ <li>Opened some classes for use in other plugins</li>
+ <li>Done a minor code clean-up</li>
+</ul>
0 commit comments