diff --git a/README.md b/README.md index 0fe809e..9843d48 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ record SimdJsonTwitter(List statuses) { The library is available in the [Maven Central Repository](https://mvnrepository.com/artifact/org.simdjson/simdjson-java). To include it in your project, add the following dependency to the `build.gradle` file: ```groovy -implementation("org.simdjson:simdjson-java:0.1.0") +implementation("org.simdjson:simdjson-java:0.4.0") ``` or to the `pom.xml` file: @@ -64,7 +64,7 @@ or to the `pom.xml` file: org.simdjson simdjson-java - 0.1.0 + 0.4.0 ```