You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Requires Java 8.
10
10
11
11
## Installation
12
12
13
-
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.
13
+
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.
14
14
15
-
For Android, use [`de.westnordost:osmfeatures-android:5.0`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures-android/5.0).
15
+
For Android, use [`de.westnordost:osmfeatures-android:5.1`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures-android/5.1).
16
16
17
17
## Usage
18
18
@@ -95,4 +95,4 @@ Feature feature = dictionary
95
95
.forLocale(Locale.GERMAN) // show results in German
96
96
.inCountry("DE") // also include things (brands) that only exist in Germany
0 commit comments