diff --git a/bower.json b/bower.json index 02ea37c..736c2bd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "knuth-shuffle", - "version": "1.0.7", + "version": "1.0.8", "main": "index.js", "ignore": [ ".jshintrc", diff --git a/package.json b/package.json index d26ecfc..8485f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knuth-shuffle", - "version": "1.0.7", + "version": "1.0.8", "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js", "main": "index.js", "homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle.js",