diff --git a/package-lock.json b/package-lock.json index 0d71c37..b264490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@thebespokepixel/es-tinycolor", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec3641e..2856ce2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.1", + "version": "0.3.2", "name": "@thebespokepixel/es-tinycolor", "description": "Fast Color Parsing and Manipulation in es2015+, based on TinyColor2", "scripts": { @@ -76,4 +76,4 @@ "max-params": 0 } } -} \ No newline at end of file +}