File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This is a test ~senctence~**for diffutils**.
5252But 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```
114114or using gradle:
You can’t perform that action at this time.
0 commit comments