Skip to content

Commit 5c91149

Browse files
authored
Prepare for release 4.1.0 (#741)
* Prepare for release 4.1.0 * update release date
1 parent 8d0b49f commit 5c91149

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The public API of this library consists of the functions declared in file
66
[h3api.h.in](./src/h3lib/include/h3api.h.in).
77

88
## [Unreleased]
9+
10+
## [4.1.0] - 2023-01-18
911
### Added
1012
- Functions for `cellToChildPos` and `childPosToCell` (#719)
1113

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.1.0

website/docs/installation.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Using Maven, add the following to your `pom.xml` file:
4949
<dependency>
5050
<groupId>com.uber</groupId>
5151
<artifactId>h3</artifactId>
52-
<version>3.7.1</version>
52+
<version>4.1.0</version>
5353
</dependency>
5454
```
5555

5656
Using Gradle, add the following to your build script:
5757

5858
```gradle
59-
compile("com.uber:h3:3.7.1")
59+
compile("com.uber:h3:4.1.0")
6060
```
6161

6262
</TabItem>

0 commit comments

Comments
 (0)