diff --git a/CHANGELOG.md b/CHANGELOG.md index f118c4d..87db018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Changelog 0.2.* ----- +* 0.2.1 + * Fixed the NPM version + * 0.2.0 * Changed project direction and made everything async * Added promise as the way to go diff --git a/package.json b/package.json index f5f4cdc..1a1cdfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nss-run", - "version": "0.2.0", + "version": "0.2.1", "description": "A simple build tool", "main": "lib/index.js", "author": "Florian Krauthan ",