From f574f870ca3738804860d8e165abfae5f68e8ba1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 15 Jul 2013 15:04:04 -0400 Subject: [PATCH] Release 0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e2f322..80c2b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perlin-noise", - "version": "0.0.0", + "version": "0.0.1", "description": "simple perlin noise generator", "main": "index.js", "scripts": {