Skip to content

Commit

Permalink
bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Feb 6, 2015
1 parent e3896fe commit 41ae67d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "universal-diff",
"main": "dist/index.js",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https:/nighca/universal-diff",
"authors": [
"nighca <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/diff.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! universal-diff v2.0.1 | nighca([email protected]) | Apache License(2.0) */
/*! universal-diff v2.0.2 | nighca([email protected]) | Apache License(2.0) */

(function(global, undefined){

Expand Down
2 changes: 1 addition & 1 deletion dist/diff.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-diff",
"version": "2.0.1",
"version": "2.0.2",
"description": "universal diff & merge algorithm realized with Javascript (between arbitrary scequences)",
"main": "dist/diff.js",
"directories": {
Expand Down

0 comments on commit 41ae67d

Please sign in to comment.