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