Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Mar 5, 2018
1 parent b73884c commit e9ab948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdiff",
"version": "3.4.0",
"version": "3.5.0",
"main": [
"diff.js"
],
Expand Down
2 changes: 1 addition & 1 deletion components/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"diff",
"text"
],
"version": "3.4.0",
"version": "3.5.0",
"scripts": [ "diff.js" ],
"main": "diff.js",
"license": "BSD"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff",
"version": "3.4.0",
"version": "3.5.0",
"description": "A javascript text diff implementation.",
"keywords": [
"diff",
Expand Down

0 comments on commit e9ab948

Please sign in to comment.