We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a29cb commit 8a09ad2Copy full SHA for 8a09ad2
2 files changed
README.md
@@ -100,6 +100,6 @@ You can either download the jar from github or add the following to your build.g
100
101
dependencies {
102
...
103
- compile 'ch.poole.osm:JosmFilterParser:0.10.0'
+ compile 'ch.poole.osm:JosmFilterParser:0.11.0'
104
105
}
build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'maven-publish'
25
apply plugin: 'signing'
26
apply plugin: "com.github.breadmoirai.github-release"
27
28
-version = '0.10.0'
+version = '0.11.0'
29
30
java {
31
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments