Skip to content

Commit

Permalink
Version bump to 0.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
RoffelKartoffel committed Mar 22, 2017
1 parent f5051eb commit 52c768c
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 @@ -5,7 +5,7 @@ mainClassName = 'cmanager.Main'
project.ext.ocOkapiPropertiesFile = projectDir.getPath() + "${File.separator}oc_okapi.properties"
sourceCompatibility = 1.7
targetCompatibility = 1.7
version = '0.2.39'
version = '0.2.40'

sourceSets {
main {
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies {
compile group: 'joda-time', name: 'joda-time', version: '2.9.7'
compile group: 'com.github.scribejava', name: 'scribejava-core', version: '4.0.0'
compile group: 'org.openstreetmap.jmapviewer', name: 'jmapviewer', version: '2.0'

testCompile 'junit:junit:4.12'
}

Expand Down

0 comments on commit 52c768c

Please sign in to comment.