From 803e4e264b00d14aa35cd6af16bfab0241795950 Mon Sep 17 00:00:00 2001 From: Joshua Olson <0joshuaolson1@gmail.com> Date: Fri, 23 Mar 2018 14:27:35 -0600 Subject: [PATCH] Update version 2.0.3 -> 2.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79e5993..470a3d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factoradic", - "version": "2.0.3", + "version": "2.0.4", "description": "Invertible transformations on permutation representations, including an RNG-free in-place Fisher-Yates-Knuth shuffle", "main": "index.js", "scripts": {