Skip to content

Commit 0424b98

Browse files
author
Zhihang Yao
committed
bumping version to 5.1.1
1 parent 118a0c4 commit 0424b98

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
### 5.1.1 - 2022-04-12
5+
6+
##### Fixes
7+
* Fixed initialization of GUI extensions. [#244](https://github.com/3dcitydb/importer-exporter/pull/244)
8+
* Fixed missing srsName on envelopes when using an LoD filer.
9+
410
### 5.1.0 - 2022-02-10
511

612
##### Additions

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
4747

4848
Latest release
4949
--------------
50-
The latest stable release of the 3D City Database Importer/Exporter is 5.1.0.
50+
The latest stable release of the 3D City Database Importer/Exporter is 5.1.1.
5151

52-
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).
52+
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).
5353
Previous releases are available from the [releases section](https://github.com/3dcitydb/importer-exporter/releases).
5454

5555
System requirements

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
apply from: 'properties.gradle'
88

9-
version '5.1.0'
9+
version '5.1.1'
1010

1111
subprojects {
1212
apply plugin: 'java-library'

0 commit comments

Comments
 (0)