diff --git a/bower.json b/bower.json index 7b1c4fa..3552f75 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "knuth-shuffle", - "version": "1.0.3", + "version": "1.0.4", "main": "index.js", "ignore": [ ".jshintrc", diff --git a/package.json b/package.json index 2ee5c58..d213738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knuth-shuffle", - "version": "1.0.3", + "version": "1.0.4", "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js", "main": "index.js", "scripts": {