diff --git a/History.md b/History.md index 9d4ff01..7c76248 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.10.2 / 2016-04-23 +================== + + * Fix path handling for windows [@rase-] + 0.10.1 / 2016-04-22 ================== diff --git a/package.json b/package.json index 908f0ce..a56ae79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.10.1", + "version": "0.10.2", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",