From ecfd2fff0155855e901b82100731e8f71f759d8d Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Thu, 9 Oct 2025 16:17:02 -0700 Subject: [PATCH] prepare v4.3.2 --- CHANGELOG.md | 2 +- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 846e63c..4d60a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The public API of this library consists of the public functions declared in file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support for the Linux x64 and Darwin x64 platforms. -## Unreleased Changes +## [4.3.2] - 2025-10-10 ### Changed - Added option to build and publish as an Android module into h3-android. (#184) diff --git a/README.md b/README.md index ebc6a48..13b77a3 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Add it to your pom.xml: com.uber h3 - 4.3.1 + 4.3.2 ``` Or, using Gradle: ```gradle -compile("com.uber:h3:4.3.1") +compile("com.uber:h3:4.3.2") ``` Encode a location into a hexagon address: diff --git a/gradle.properties b/gradle.properties index d0d03e3..f3d4a5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ org.gradle.configuration-cache=false # No spaces on the following line, needed by release.yml: -version=4.3.2-SNAPSHOT +version=4.3.2