Skip to content

Commit a4044aa

Browse files
authored
Bump version in installation examples (#77)
1 parent 9d6ec32 commit a4044aa

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
@@ -56,15 +56,15 @@ record SimdJsonTwitter(List<SimdJsonStatus> statuses) {
5656
The library is available in the [Maven Central Repository](https://mvnrepository.com/artifact/org.simdjson/simdjson-java).
5757
To include it in your project, add the following dependency to the `build.gradle` file:
5858
```groovy
59-
implementation("org.simdjson:simdjson-java:0.1.0")
59+
implementation("org.simdjson:simdjson-java:0.4.0")
6060
```
6161

6262
or to the `pom.xml` file:
6363
```xml
6464
<dependency>
6565
<groupId>org.simdjson</groupId>
6666
<artifactId>simdjson-java</artifactId>
67-
<version>0.1.0</version>
67+
<version>0.4.0</version>
6868
</dependency>
6969
```
7070

0 commit comments

Comments
 (0)