Skip to content

Commit

Permalink
build: advance version for release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 26, 2019
1 parent 004cbd8 commit 6979cde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.lppedd"
version = "0.1.2"
version = "0.2.0"

repositories {
mavenCentral()
Expand Down
9 changes: 9 additions & 0 deletions change-notes/0_2_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h3>0.2.0 (27/11/2019)</h3>
<p>
Second alpha release.<br/>
Feature and refactoring.
</p>
<ul>
<li>Allow moving caret over right scope parenthesis with tab</li>
<li>Code clean-up</li>
</ul>

0 comments on commit 6979cde

Please sign in to comment.