Skip to content

Commit 491eead

Browse files
authored
Update installation.mdx Java for v4.3.0 (#1039)
1 parent 50d4dbe commit 491eead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Using Maven, add the following to your `pom.xml` file:
5050
<dependency>
5151
<groupId>com.uber</groupId>
5252
<artifactId>h3</artifactId>
53-
<version>4.1.0</version>
53+
<version>4.3.0</version>
5454
</dependency>
5555
```
5656

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

5959
```gradle
60-
compile("com.uber:h3:4.1.0")
60+
compile("com.uber:h3:4.3.0")
6161
```
6262

6363
</TabItem>

0 commit comments

Comments
 (0)