Skip to content

Commit

Permalink
bump version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Sep 5, 2019
1 parent 4dd8d6e commit f115e79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes 3.6.1:
- Fix exporting for Mac
- Improve display of unexpected errors on Mac
- Mac vendors updated

Changes in 3.6.0:
- HTTP Proxy is now available
- Java 8 is now the minimum required
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version = '3.6.0'
version = '3.6.1'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit f115e79

Please sign in to comment.