Skip to content

Commit 9a82de5

Browse files
committed
bump to 4.4.1
1 parent 62c78ab commit 9a82de5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for the Linux x64 and Darwin x64 platforms.
1111

1212
### Changed
1313
- Restored benchmark target to the build script. (#188)
14-
- Upgraded the core library to v4.4.0
14+
- Upgraded the core library to v4.4.1. (#192)
1515

1616
## [4.3.2] - 2025-10-10
1717
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Coverage Status](https://coveralls.io/repos/github/uber/h3-java/badge.svg?branch=master)](https://coveralls.io/github/uber/h3-java?branch=master)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
88
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uber/h3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.uber/h3)
9-
[![H3 Version](https://img.shields.io/badge/h3-v4.4.0-blue.svg)](https://github.com/uber/h3/releases/tag/v4.4.0)
9+
[![H3 Version](https://img.shields.io/badge/h3-v4.4.1-blue.svg)](https://github.com/uber/h3/releases/tag/v4.4.1)
1010

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

h3version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
h3.git.reference=v4.4.0
1+
h3.git.reference=v4.4.1

0 commit comments

Comments
 (0)