We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d3e0b commit 753b7fcCopy full SHA for 753b7fc
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'com.github.lppedd'
7
-version '0.1.0'
+version '0.1.1'
8
9
sourceCompatibility = 1.8
10
change_notes/0_1_1.html
@@ -0,0 +1,8 @@
1
+<h3>0.1.1 (10/12/2019)</h3>
2
+<p>
3
+ Second alpha release.
+</p>
+<ul>
+ <li>Fix "Read access" exception when looking for scopes</li>
+ <li>Code clean-up</li>
+</ul>
0 commit comments