Skip to content

Commit f49d6a1

Browse files
committed
Bump version to 1.0.2
1 parent ee58513 commit f49d6a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

diff-match-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c)2018 2Toad, LLC
44
* https://github.com/2Toad/diff-match-patch
55
*
6-
* Version: 1.0.1
6+
* Version: 1.0.2
77
*/
88

99
/**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@2toad/diff-match-patch",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Diff Match and Patch",
55
"author": "2Toad",
66
"license": "Apache-2.0",

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c)2018 2Toad, LLC
44
* https://github.com/2Toad/diff-match-patch
55
*
6-
* Version: 1.0.1
6+
* Version: 1.0.2
77
*/
88

99
/**

0 commit comments

Comments
 (0)