File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1212This 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
2626Or, using Gradle:
2727
2828``` gradle
29- compile("com.uber:h3:3.6.4 ")
29+ compile("com.uber:h3:3.7.0 ")
3030```
3131
3232Encode a location into a hexagon address:
Original file line number Diff line number Diff line change 1- h3.git.reference =v3.7.0
1+ h3.git.reference =v3.7.1
You can’t perform that action at this time.
0 commit comments