From 20ea80829bc7e5fd047b89f80867a338fa73d7ea Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Mon, 6 Jan 2014 02:12:36 -0800 Subject: [PATCH] 0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5779d17..1006454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-line-wrap-detector", - "version": "0.0.0", + "version": "0.0.1", "description": "Detect where the text wraps in Javascript", "main": "src/lineWrapDetector.js", "directories": {