Skip to content

Commit

Permalink
new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasbaumh committed Sep 20, 2024
1 parent fb284ee commit 0e840e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ There is a Maven artifact in the official Maven repository, so just add this to
<dependency>
<groupId>io.github.sebasbaumh</groupId>
<artifactId>mapbox-vector-tile-java</artifactId>
<version>24.1.0</version>
<version>24.1.1</version>
</dependency>
```

### Gradle

```
compile 'io.github.sebasbaumh:mapbox-vector-tile-java:24.1.0'
compile 'io.github.sebasbaumh:mapbox-vector-tile-java:24.1.1'
```

## Overview

The version reflects the year of the release, e.g. `24.1.0` is a version released in 2024.
The version reflects the year of the release, e.g. `24.1.1` is a version released in 2024.

### Changes from to the original [mapbox-vector-tile-java](https://github.com/wdtinc/mapbox-vector-tile-java)

Expand Down

0 comments on commit 0e840e0

Please sign in to comment.