Skip to content

Commit

Permalink
raise version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed May 10, 2021
1 parent 0392efd commit 581c866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Development version



# Version 0.6.1 - 2021-05-10

* Remember the bounds of the log copy dialog during the active session.
* Fix OKAPI requests with small coordinate values near zero which have been serialized in scientific notation before.
* Fix some NullPointerExceptions.
* Build the actual releases with OpenJDK 15.
* Update some libraries.

# Version 0.6.0 - 2020-10-14

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ project.ext.ocOkapiPropertiesFile = projectDir.getPath() + "${File.separator}oc_
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = '0.6.0'
version = '0.6.1'

wrapper {
gradleVersion = '7.0'
Expand Down

0 comments on commit 581c866

Please sign in to comment.