From 721e8514d2e8cd7bbd6ddb6be53f8f5a005f3a22 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Tue, 20 Apr 2021 21:42:03 +0200 Subject: [PATCH] 1.0.0 --- manifest.json | 6 +++--- src/main.ts | 4 ++-- versions.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 27def8d..459e84c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "0.1.0", - "minAppVersion": "0.0.2", - "description": "An obsidian plugin to edit and view Excalidraw drawings", + "version": "1.0.0", + "minAppVersion": "1.0.0", + "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", "authorUrl": "https://zsolt.blog", "isDesktopOnly": false diff --git a/src/main.ts b/src/main.ts index b42ef1f..1e1e604 100644 --- a/src/main.ts +++ b/src/main.ts @@ -102,7 +102,7 @@ export default class ExcalidrawPlugin extends Plugin { this.addCommand({ id: "excalidraw-open", - name: "Open existing drawing or create new one", + name: "Open an existing drawing or create new one", callback: () => { this.openDialog.start(openDialogAction.openFile); }, @@ -110,7 +110,7 @@ export default class ExcalidrawPlugin extends Plugin { this.addCommand({ id: "excalidraw-insert-transclusion", - name: "Insert link to .excalidraw file into markdown document", + name: "Transclude an .excalidraw file into a markdown document", callback: () => { this.openDialog.start(openDialogAction.insertLink); }, diff --git a/versions.json b/versions.json index 99f1383..0bfb7b5 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - ".0.1": "0.11.13" + "1.0.0": "0.11.13" } \ No newline at end of file