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 3ab03c0 commit 94a6f66Copy full SHA for 94a6f66
diff-match-patch.js
@@ -3,7 +3,7 @@
3
* Copyright (c)2018 2Toad, LLC
4
* https://github.com/2Toad/diff-match-patch
5
*
6
- * Version: 1.0.0
+ * Version: 1.0.1
7
*/
8
9
/**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@2toad/diff-match-patch",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Diff Match and Patch",
"author": "2Toad",
"license": "Apache-2.0",
tests/index.js
0 commit comments