From 1016c3d901b2971ebf9463b5c469674908cd31c2 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Fri, 10 Oct 2025 17:13:30 -0700 Subject: [PATCH] bump version number to 4.3.3-SNAPSHOT for development --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d60a41..cb7dcdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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/gradle.properties b/gradle.properties index f3d4a5e..c9e4e23 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 +version=4.3.3-SNAPSHOT