We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6518319 commit d4f1142Copy full SHA for d4f1142
README.md
@@ -52,7 +52,7 @@ This is a test ~senctence~**for diffutils**.
52
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.
53
54
### Changelog ###
55
- * Version 3.0-SNAPSHOT
+ * Version 3.0
56
* changed generation of inline diffes, if there are different linefeeds within one diff, then these are excluded
57
from the diff block.
58
* Due to licensing issues Delta.java and DiffAlgorithm.java were removed.
@@ -108,7 +108,7 @@ Just add the code below to your maven dependencies:
108
<dependency>
109
<groupId>com.github.wumpz</groupId>
110
<artifactId>diffutils</artifactId>
111
- <version>2.2</version>
+ <version>3.0</version>
112
</dependency>
113
```
114
or using gradle:
0 commit comments