diff --git a/package.json b/package.json index 5015384..464f767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "sn-extension-template", - "version": "0.1.0", + "name": "sn-excalidraw", + "version": "1.1.0", "scripts": { "start": "webpack serve --mode development", "build": "webpack", diff --git a/public/ext.json b/public/ext.json index 2f3c26a..770d5ee 100644 --- a/public/ext.json +++ b/public/ext.json @@ -3,7 +3,7 @@ "name": "Exalidraw", "content_type": "SN|Component", "area": "editor-editor", - "version": "1.0.0", + "version": "$VERSION$", "description": "A drawing editor that uses the opensource Exalidraw library", "url": "https://nienow.github.io/sn-excalidraw/", "download_url": "https://nienow.github.io/sn-excalidraw/latest.zip",