From 68b2198dcbf8d83c4c95d6829b6557cf11a28429 Mon Sep 17 00:00:00 2001 From: Thorsten Lorenz Date: Thu, 25 Jul 2013 08:44:37 -0400 Subject: [PATCH] 0.1.0 first fully tested and documented version handling major edge cases --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa72763..6786719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "findex", - "version": "0.0.2", + "version": "0.1.0", "description": "Indexes locations of functions inside a project by the md5 hash of the function string to find them later.", "main": "index.js", "browser": "browser.js",