Skip to content

Commit f1d1013

Browse files
committed
Update release version in README.md
1 parent 3c6fa5f commit f1d1013

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
@@ -80,13 +80,13 @@ Just add the code below to your maven dependencies:
8080
<dependency>
8181
<groupId>io.github.java-diff-utils</groupId>
8282
<artifactId>java-diff-utils</artifactId>
83-
<version>4.4</version>
83+
<version>4.5</version>
8484
</dependency>
8585
```
8686

8787
or using gradle:
8888

8989
```groovy
9090
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
91-
implementation "io.github.java-diff-utils:java-diff-utils:4.4"
91+
implementation "io.github.java-diff-utils:java-diff-utils:4.5"
9292
```

0 commit comments

Comments
 (0)