Skip to content

Commit

Permalink
Prepare 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Jul 14, 2020
1 parent f44e686 commit 366761b
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1.0.zip
path: vgo/build/distributions/vgo-1.1.1.zip
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

## 1.1.1
_07.13.2020_

* Fixed: A crash when running on a file in the current directory
* Improvement: Report an error when an input file doesn't exist

## 1.1.0
_06.20.2020_

Expand Down
2 changes: 1 addition & 1 deletion vgo/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.1.0
version=1.1.1

0 comments on commit 366761b

Please sign in to comment.