From e5b04a395bb4d81b718a3b62b402a1c06c065b76 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Sat, 25 Oct 2014 17:12:10 -0700 Subject: [PATCH] 1.4.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33bfbda..983ff58 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Roman Shtylman ", "name": "localtunnel", "description": "expose localhost to the world", - "version": "1.4.0", + "version": "1.4.1", "repository": { "type": "git", "url": "git://github.com/shtylman/localtunnel.git" @@ -22,4 +22,4 @@ "lt": "./bin/client" }, "main": "./client.js" -} \ No newline at end of file +}