diff --git a/package-lock.json b/package-lock.json index 13ea09d..f1981e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jamesives/figma-plugin-favicon-generator", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jamesives/figma-plugin-favicon-generator", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@figma/plugin-typings": "1.96.0", diff --git a/package.json b/package.json index 0cb9c91..7240db7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@jamesives/figma-plugin-favicon-generator", "description": "Figma plugin for generating favicons based on current node selection.", "author": "James Ives (https://jamesiv.es)", - "version": "1.0.3", + "version": "1.0.4", "main": "src/code.js", "scripts": { "dev": "run-p start:ui start:code",