From 22449167be385a1bc8359111de7c0917608f3ab2 Mon Sep 17 00:00:00 2001 From: ericzhang Date: Fri, 10 Jan 2014 18:48:32 +0800 Subject: [PATCH] update npm version --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcf159d..51a68ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/ericzhang-cn/random.js.png)](https://travis-ci.org/ericzhang-cn/random.js]) -Random number generator of statistical distributions. +Random number generator of many statistical distributions. Demo: [http://blog.codinglabs.org/demo/distributions.html](http://blog.codinglabs.org/demo/distributions.html) diff --git a/package.json b/package.json index 7b86186..4d64a85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "random-distrib.js", - "version": "0.0.3", - "description": "Random number generator of statistical distributions", + "version": "0.0.4", + "description": "Random number generator of many statistical distributions", "main": "./src/random.js", "scripts": { "test": "make test"