Skip to content

Commit

Permalink
debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Sep 24, 2014
1 parent d727b59 commit 0e5fac9
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.0",
"version": "2.0.1",
"homepage": "https://github.com/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.0 | nighca([email protected]) | Apache License(2.0) */
/*! universal-diff v2.0.1 | 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.0",
"version": "2.0.1",
"description": "universal diff & merge algorithm realized with Javascript (between arbitrary scequences)",
"main": "dist/diff.js",
"directories": {
Expand Down

0 comments on commit 0e5fac9

Please sign in to comment.