From 174e7f39820121f49a2394fa0ae8e380e1b1099b Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Fri, 14 Feb 2014 00:37:23 -0500 Subject: [PATCH] 1.0.0 --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 7f3e39f..3b4854e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -# unreleased +# 1.0.0 / 2014-02-14 * default to localltunnel.me for host * remove exported `connect` method (just export one function that does the same thing) diff --git a/package.json b/package.json index fbf6bf0..6d45432 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Roman Shtylman ", "name": "localtunnel", "description": "expose localhost to the world", - "version": "0.2.2", + "version": "1.0.0", "repository": { "type": "git", "url": "git://github.com/shtylman/localtunnel.git"