Skip to content

Commit 8830e60

Browse files
committed
build: advance version for release 0.2.0
1 parent ce08521 commit 8830e60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build.gradle

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

77
group 'com.github.lppedd'
8-
version '0.1.1'
8+
version '0.2.0'
99

1010
sourceCompatibility = 1.8
1111

change_notes/0_2_0.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<h3>0.2.0 (16/12/2019)</h3>
2+
<p>
3+
Third alpha release.
4+
</p>
5+
<ul>
6+
<li>Refactor the module-scanning code for more robust matching</li>
7+
<li>Attach the <code>NgModule</code> documentation to the lookup item</li>
8+
<li>Code clean-up</li>
9+
</ul>

0 commit comments

Comments
 (0)