Skip to content

Commit

Permalink
Updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nienow committed Jun 4, 2024
1 parent c95d0c6 commit 89b6a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 89b6a83

Please sign in to comment.