Skip to content

Commit 753b7fc

Browse files
committed
build: advance version for release 0.1.1
1 parent 55d3e0b commit 753b7fc

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.1.0'
7+
version '0.1.1'
88

99
sourceCompatibility = 1.8
1010

change_notes/0_1_1.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h3>0.1.1 (10/12/2019)</h3>
2+
<p>
3+
Second alpha release.
4+
</p>
5+
<ul>
6+
<li>Fix "Read access" exception when looking for scopes</li>
7+
<li>Code clean-up</li>
8+
</ul>

0 commit comments

Comments
 (0)