Skip to content

Commit

Permalink
bumping to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jan 7, 2019
1 parent 6141132 commit 0bb2f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 {
}

group 'org.citydb.plugins'
version '1.0.0'
version '1.1.0'

apply from: 'properties.gradle'

Expand Down
4 changes: 2 additions & 2 deletions properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')

// 3D City Database
citydbName = '3D City Database'
Expand All @@ -18,5 +18,5 @@ ext {

// Importer/Exporter
impexpName = citydbName + ' Importer/Exporter'
impexpVersion = '1.0.0'
impexpVersion = '4.1.0'
}

0 comments on commit 0bb2f2b

Please sign in to comment.