Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Sep 22, 2022
1 parent 2963873 commit df3c1b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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();
```
```
4 changes: 2 additions & 2 deletions library-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}

version = "5.0"
version = "5.1"
group "de.westnordost"

repositories {
Expand All @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}

version = "5.0"
version = "5.1"
group "de.westnordost"

repositories {
Expand Down

0 comments on commit df3c1b4

Please sign in to comment.