Skip to content

Commit f6f6fe7

Browse files
authored
Merge pull request #64 from isaacbrodsky/bump-3.6.4
Bump to version 3.6.4
2 parents 2ba65f8 + c4cafee commit f6f6fe7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ for the Linux x64 and Darwin x64 platforms.
88

99
## [Unreleased]
1010
### Changed
11+
- Updated the core library to v3.6.4. (#64)
1112
- Updated the core library to v3.6.3. (#61)
1213

1314
## [3.6.3] - 2020-01-10

README.md

Lines changed: 1 addition & 1 deletion
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.3-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.3)
10+
[![H3 Version](https://img.shields.io/badge/h3-v3.6.4-blue.svg)](https://github.com/uber/h3/releases/tag/v3.6.4)
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

h3version.properties

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

src/main/c/h3-java/src/jniapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
#include <stdbool.h>
18+
1819
#include "com_uber_h3core_NativeMethods.h"
1920
#include "h3api.h"
2021

0 commit comments

Comments
 (0)