diff --git a/npm/lib/constants.js b/npm/lib/constants.js index 738db63..2232394 100644 --- a/npm/lib/constants.js +++ b/npm/lib/constants.js @@ -3,5 +3,5 @@ module.exports = { REPO: "avencera/easywind", - VERSION: "v0.1.2", + VERSION: "v0.2.0", }; diff --git a/npm/package-lock.json b/npm/package-lock.json index f752e6d..2710855 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "easywind", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "easywind", - "version": "0.1.2", + "version": "0.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/npm/package.json b/npm/package.json index da29bd1..32e978d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "easywind", - "version": "0.1.2", + "version": "0.2.0", "description": "The easiest way to get started with Tailwind CSS, without the need to install any build tools. A live reload server and tailwind project generator.", "main": "lib/index.js", "typings": "lib/index.d.ts",