From 729aab1900c9289433f0332021be3d5dc7772d22 Mon Sep 17 00:00:00 2001 From: Coarse Rosinflower <113859223+cD1rtX3@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:57:31 -0500 Subject: [PATCH] Bump version in installation examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```