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" ```