Skip to content

Commit 32f20cc

Browse files
author
Isaac Brodsky
committed
Update to v3.7.1
1 parent fc70588 commit 32f20cc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for the Linux x64 and Darwin x64 platforms.
1313
- `pointDist`
1414
- `exactEdgeLength`
1515
## Changed
16-
- Updated the core library to v3.7.0. (#70)
16+
- Updated the core library to v3.7.1. (#70)
1717

1818
## [3.6.4] - 2020-06-29
1919
### 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.1-blue.svg)](https://github.com/uber/h3/releases/tag/v3.7.1)
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:

h3version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
h3.git.reference=v3.7.0
1+
h3.git.reference=v3.7.1

0 commit comments

Comments
 (0)