Skip to content

Commit 7eab13d

Browse files
authored
Update README.md for new version (#179)
1 parent 92055e3 commit 7eab13d

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.1.1</version>
21+
<version>4.3.0</version>
2222
</dependency>
2323
```
2424

2525
Or, using Gradle:
2626

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

3131
Encode a location into a hexagon address:

0 commit comments

Comments
 (0)