Skip to content

Commit 7ae4b3b

Browse files
authored
Update README version (#112)
1 parent d03baa0 commit 7ae4b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Add it to your pom.xml:
1818
<dependency>
1919
<groupId>com.uber</groupId>
2020
<artifactId>h3</artifactId>
21-
<version>4.0.0</version>
21+
<version>4.0.1</version>
2222
</dependency>
2323
```
2424

2525
Or, using Gradle:
2626

2727
```gradle
28-
compile("com.uber:h3:4.0.0")
28+
compile("com.uber:h3:4.0.1")
2929
```
3030

3131
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)