We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6141132 commit 0bb2f2bCopy full SHA for 0bb2f2b
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'org.citydb.plugins'
9
-version '1.0.0'
+version '1.1.0'
10
11
apply from: 'properties.gradle'
12
properties.gradle
@@ -9,7 +9,7 @@ ext {
vendorOrganisation = 'Technical University of Munich'
vendorCountry = 'Germany'
vendorWebsiteUrl = 'https://www.gis.bgu.tum.de'
- vendorCopyright = '2013-' + date.format('yyy')
+ vendorCopyright = '2013-' + date.format('yyyy')
13
14
// 3D City Database
15
citydbName = '3D City Database'
@@ -18,5 +18,5 @@ ext {
18
19
// Importer/Exporter
20
impexpName = citydbName + ' Importer/Exporter'
21
- impexpVersion = '1.0.0'
+ impexpVersion = '4.1.0'
22
0 commit comments