Skip to content

Commit

Permalink
bumping version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Apr 12, 2022
1 parent 118a0c4 commit 0424b98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

### 5.1.1 - 2022-04-12

##### Fixes
* Fixed initialization of GUI extensions. [#244](https://github.com/3dcitydb/importer-exporter/pull/244)
* Fixed missing srsName on envelopes when using an LoD filer.

### 5.1.0 - 2022-02-10

##### Additions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License

Latest release
--------------
The latest stable release of the 3D City Database Importer/Exporter is 5.1.0.
The latest stable release of the 3D City Database Importer/Exporter is 5.1.1.

Download a binary distribution for the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.1.0/3DCityDB-Importer-Exporter-5.1.0.zip).
Download a binary distribution for the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.1.1/3DCityDB-Importer-Exporter-5.1.1.zip).
Previous releases are available from the [releases section](https://github.com/3dcitydb/importer-exporter/releases).

System requirements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

apply from: 'properties.gradle'

version '5.1.0'
version '5.1.1'

subprojects {
apply plugin: 'java-library'
Expand Down

0 comments on commit 0424b98

Please sign in to comment.