From 545cc180cc22b48dd72d73305c5c6a2a923dbb96 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 4 Jul 2019 10:06:18 -0600 Subject: [PATCH] v2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6522c32..ae6cf1f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "polychroma", "description": "Generate better CSS gradients using alternative colour spaces & Bezier interpolation.", "author": "Jeff ", - "version": "2.0.2", + "version": "2.0.3", "scripts": { "build": "nuxt build", "deploy": "np && release && npm run generate && now dist/ -p --name polychroma && now alias",