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