Skip to content

Commit d4f1142

Browse files
committed
fixes #26
1 parent 6518319 commit d4f1142

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
@@ -52,7 +52,7 @@ This is a test ~senctence~**for diffutils**.
5252
But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.
5353

5454
### Changelog ###
55-
* Version 3.0-SNAPSHOT
55+
* Version 3.0
5656
* changed generation of inline diffes, if there are different linefeeds within one diff, then these are excluded
5757
from the diff block.
5858
* Due to licensing issues Delta.java and DiffAlgorithm.java were removed.
@@ -108,7 +108,7 @@ Just add the code below to your maven dependencies:
108108
<dependency>
109109
<groupId>com.github.wumpz</groupId>
110110
<artifactId>diffutils</artifactId>
111-
   <version>2.2</version>
111+
   <version>3.0</version>
112112
</dependency>
113113
```
114114
or using gradle:

0 commit comments

Comments
 (0)