diff --git a/HISTORY.md b/HISTORY.md index 3fc58f4..bdde823 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +0.21.1 / 2016-08-17 +=================== + + * fix for windows [@rauchg] + 0.21.0 / 2016-08-16 ================== diff --git a/package.json b/package.json index 8a1a568..0638774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.21.0", + "version": "0.21.1", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",