diff --git a/package.json b/package.json index 0e33243..ccfb382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "v.scss", - "version": "1.1.1", - "description": "A SCSS v() function to shorten the writing of CSS custom properties (also named CSS variables).", + "version": "1.2.0", + "description": "A SCSS v() function to better write CSS custom properties and chain more fallbacks.", "main": "src/functions/v.scss", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"