From df3c1b4d7d596f34709beb9fb92a97ffef4aa670 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Thu, 22 Sep 2022 15:04:41 +0200 Subject: [PATCH] version up --- README.md | 6 +++--- library-android/build.gradle | 4 ++-- library/build.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 70cfa6c..d3c0524 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Requires Java 8. ## Installation -Add [`de.westnordost:osmfeatures:5.0`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures/5.0) as a Maven dependency or download the jar from there. +Add [`de.westnordost:osmfeatures:5.1`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures/5.1) as a Maven dependency or download the jar from there. -For Android, use [`de.westnordost:osmfeatures-android:5.0`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures-android/5.0). +For Android, use [`de.westnordost:osmfeatures-android:5.1`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures-android/5.1). ## Usage @@ -95,4 +95,4 @@ Feature feature = dictionary .forLocale(Locale.GERMAN) // show results in German .inCountry("DE") // also include things (brands) that only exist in Germany .get(); -``` +``` \ No newline at end of file diff --git a/library-android/build.gradle b/library-android/build.gradle index df39a04..57680d3 100644 --- a/library-android/build.gradle +++ b/library-android/build.gradle @@ -4,7 +4,7 @@ plugins { id 'signing' } -version = "5.0" +version = "5.1" group "de.westnordost" repositories { @@ -15,7 +15,7 @@ repositories { dependencies { //api (project(':library')) { - api ('de.westnordost:osmfeatures:5.0') { + api ('de.westnordost:osmfeatures:5.1') { // it's already included in Android exclude group: 'org.json', module: 'json' } diff --git a/library/build.gradle b/library/build.gradle index 53c3876..9821944 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ plugins { id 'signing' } -version = "5.0" +version = "5.1" group "de.westnordost" repositories {