From 282952b4e5affaf1edb577a03c977ccc3567a27b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:00:33 -0600 Subject: [PATCH] v1.0.6 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 933296d..7663bc8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "knuth-shuffle", - "version": "1.0.5", + "version": "1.0.6", "main": "index.js", "ignore": [ ".jshintrc", diff --git a/package.json b/package.json index 6d9144f..88a87d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knuth-shuffle", - "version": "1.0.5", + "version": "1.0.6", "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js", "main": "index.js", "homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle",