Skip to content

Commit

Permalink
bumping to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Apr 17, 2019
1 parent b4cde22 commit 2be7354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1.1'
version '1.1.2'

apply from: 'properties.gradle'

Expand All @@ -23,7 +23,7 @@ repositories {
}

dependencies {
compile 'org.citydb:impexp-client:4.2.0'
compile 'org.citydb:impexp-client:4.2.1'
compile fileTree(dir: 'lib', include: '*.jar')
compile fileTree(dir: 'lib/shared', include: '*.jar')
}
Expand Down

0 comments on commit 2be7354

Please sign in to comment.