Skip to content

Commit df3c1b4

Browse files
committed
version up
1 parent 2963873 commit df3c1b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Requires Java 8.
1010

1111
## Installation
1212

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.
1414

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).
1616

1717
## Usage
1818

@@ -95,4 +95,4 @@ Feature feature = dictionary
9595
.forLocale(Locale.GERMAN) // show results in German
9696
.inCountry("DE") // also include things (brands) that only exist in Germany
9797
.get();
98-
```
98+
```

library-android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'signing'
55
}
66

7-
version = "5.0"
7+
version = "5.1"
88
group "de.westnordost"
99

1010
repositories {
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
//api (project(':library')) {
18-
api ('de.westnordost:osmfeatures:5.0') {
18+
api ('de.westnordost:osmfeatures:5.1') {
1919
// it's already included in Android
2020
exclude group: 'org.json', module: 'json'
2121
}

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'signing'
55
}
66

7-
version = "5.0"
7+
version = "5.1"
88
group "de.westnordost"
99

1010
repositories {

0 commit comments

Comments
 (0)