From 6817ba24729505d634561138ebc3bc318b101dec Mon Sep 17 00:00:00 2001 From: kgryte Date: Fri, 10 Oct 2014 00:37:43 -0700 Subject: [PATCH] [UPDATE] bump version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc0c1d3..cff297c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compute-nanqmean", - "version": "0.0.0", + "version": "1.0.0", "description": "Computes the quadratic mean (root mean square) of an array of values ignoring any values which are not numeric.", "author": { "name": "Athan Reines",