From be4bece0c3a3e40f1e1cdc312100b2b782e24925 Mon Sep 17 00:00:00 2001 From: samussiah Date: Fri, 2 Feb 2018 17:06:54 -0500 Subject: [PATCH] messed up npm publish so updating the patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 589abe2..93bda65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safety-outlier-explorer", - "version": "2.2.0", + "version": "2.2.1", "description": "Chart showing participant trajectories of lab measures, vital signs and other related measures in clinical trials.", "main": "./build/safetyOutlierExplorer.js", "module": "./src/wrapper.js",