diff --git a/package-lock.json b/package-lock.json index d8e5abe..d794c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "detach-out-of-sync-text-styles", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9563b5c..3a803d4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "name": "detach-out-of-sync-text-styles", "description": "Detach all out of sync text styles from a chosen sketch library.", - "version": "0.1.0", - "repository": {"url": "https://github.com/tijmenvangurp/detach-out-of-sync-text-styles"}, + "version": "1.0.0", + "repository": { + "url": "https://github.com/tijmenvangurp/detach-out-of-sync-text-styles" + }, "engines": { "sketch": ">=49.0" },