diff --git a/package-lock.json b/package-lock.json index d55cdbc..54f6a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sketch-styles-hierarchy", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb0218e..91ea2f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sketch-styles-hierarchy", "description": "Organize your shared styles using the layers list, create a hierarchy where children inherit properties from their parent.", - "version": "0.1.0", + "version": "0.1.1", "engines": { "sketch": ">=3.0" },