Skip to content

Commit 8a09ad2

Browse files
committed
Bump version
1 parent 67a29cb commit 8a09ad2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ You can either download the jar from github or add the following to your build.g
100100

101101
dependencies {
102102
...
103-
compile 'ch.poole.osm:JosmFilterParser:0.10.0'
103+
compile 'ch.poole.osm:JosmFilterParser:0.11.0'
104104
...
105105
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'maven-publish'
2525
apply plugin: 'signing'
2626
apply plugin: "com.github.breadmoirai.github-release"
2727

28-
version = '0.10.0'
28+
version = '0.11.0'
2929

3030
java {
3131
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)