diff --git a/History.md b/History.md index 8f702db..d8fb0a7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 1.8.0 (2015-11-04) * pass socket errors up to top level diff --git a/package.json b/package.json index 624a5cd..601a88b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Roman Shtylman ", "name": "localtunnel", "description": "expose localhost to the world", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "repository": { "type": "git", @@ -24,4 +24,4 @@ "lt": "./bin/client" }, "main": "./client.js" -} +} \ No newline at end of file