From 5aac378e9f42c7f764a78998d2719c3ad87390ca Mon Sep 17 00:00:00 2001 From: Tobias Warneke Date: Thu, 1 Sep 2022 22:27:09 +0200 Subject: [PATCH] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfe763b..f13ad58 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Just add the code below to your maven dependencies: io.github.java-diff-utils java-diff-utils - 4.11 + 4.12 ``` @@ -97,5 +97,5 @@ or using gradle: ```groovy // https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils -implementation "io.github.java-diff-utils:java-diff-utils:4.11" +implementation "io.github.java-diff-utils:java-diff-utils:4.12" ```