Skip to content

Commit 345aa1e

Browse files
author
Isaac Brodsky
committed
Update readme for v3.7.0
1 parent 955852e commit 345aa1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Coverage Status](https://coveralls.io/repos/github/uber/h3-java/badge.svg?branch=master)](https://coveralls.io/github/uber/h3-java?branch=master)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
99
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uber/h3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.uber/h3)
10-
[![H3 Version](https://img.shields.io/badge/h3-v3.6.4-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.4)
10+
[![H3 Version](https://img.shields.io/badge/h3-v3.7.0-blue.svg)](https://github.com/uber/h3/releases/tag/v3.7.0)
1111

1212
This library provides Java bindings for the [H3 Core Library](https://github.com/uber/h3). For API reference, please see the [H3 Documentation](https://uber.github.io/h3/).
1313

@@ -19,14 +19,14 @@ Add it to your pom.xml:
1919
<dependency>
2020
<groupId>com.uber</groupId>
2121
<artifactId>h3</artifactId>
22-
<version>3.6.4</version>
22+
<version>3.7.0</version>
2323
</dependency>
2424
```
2525

2626
Or, using Gradle:
2727

2828
```gradle
29-
compile("com.uber:h3:3.6.4")
29+
compile("com.uber:h3:3.7.0")
3030
```
3131

3232
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)