Skip to content

Commit 0bb2f2b

Browse files
committed
bumping to version 1.1.0
1 parent 6141132 commit 0bb2f2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.citydb.plugins'
9-
version '1.0.0'
9+
version '1.1.0'
1010

1111
apply from: 'properties.gradle'
1212

properties.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
vendorOrganisation = 'Technical University of Munich'
1010
vendorCountry = 'Germany'
1111
vendorWebsiteUrl = 'https://www.gis.bgu.tum.de'
12-
vendorCopyright = '2013-' + date.format('yyy')
12+
vendorCopyright = '2013-' + date.format('yyyy')
1313

1414
// 3D City Database
1515
citydbName = '3D City Database'
@@ -18,5 +18,5 @@ ext {
1818

1919
// Importer/Exporter
2020
impexpName = citydbName + ' Importer/Exporter'
21-
impexpVersion = '1.0.0'
21+
impexpVersion = '4.1.0'
2222
}

0 commit comments

Comments
 (0)