From 98d782eb6195e7730e2e8565fa6171ee1dc6e1ab Mon Sep 17 00:00:00 2001 From: Mehdi M Date: Wed, 29 Jan 2020 17:59:09 +0100 Subject: [PATCH] Bump version to 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 742b1f4..a93476c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easings.scss", - "version": "0.2.1", + "version": "0.3.0", "description": "Easings (cubic-bezier timing functions) as custom properties and SCSS variables.", "main": "src/easings.scss", "scripts": {