diff --git a/README.md b/README.md index 7eb0ab6..9ca24ff 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Add it to your pom.xml: com.uber h3 - 4.5.0 + 4.5.1 ``` Or, using Gradle: ```gradle -compile("com.uber:h3:4.5.0") +compile("com.uber:h3:4.5.1") ``` Encode a location into a hexagon address: diff --git a/gradle.properties b/gradle.properties index 236ca3d..fa80473 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.5.0 +version=4.5.1-SNAPSHOT