diff --git a/package-lock.json b/package-lock.json index 563142b..41c8b7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utilitarian-css", - "version": "0.1.0", + "version": "0.1.1-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "utilitarian-css", - "version": "0.1.0", + "version": "0.1.1-0", "license": "MIT", "devDependencies": { "gulp": "^4.0.2", diff --git a/package.json b/package.json index 4e3021f..9072ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utilitarian-css", - "version": "0.1.0", + "version": "0.1.1-0", "description": "CSS utility and component library for small projects written in SCSS", "scripts": { "doc": "node ./node_modules/.bin/kss --config ./kss-config.json",