Skip to content

Commit

Permalink
Prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Jun 20, 2020
1 parent 35ddd6b commit d62bd5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: vgo
path: vgo/build/distributions/vgo-1.0.0.zip
path: vgo/build/distributions/vgo-1.1.0.zip
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change Log
==========

## 1.1.0
_06.20.2020_

* New: Remove redundant close path commands
* Improvement: Use the Gradle Application Plugin to build application distrobutions, simplifying installation and making running the tool a little simpler.
2 changes: 1 addition & 1 deletion vgo/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0
version=1.1.0

0 comments on commit d62bd5d

Please sign in to comment.