diff --git a/plugin.json b/plugin.json index 8413186..0b3987f 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-jsdraw-plugin", "author": "massivebox", "url": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "3.0.12", "backends": [ "windows", diff --git a/public/i18n/en_US.json b/public/i18n/en_US.json new file mode 100644 index 0000000..b6d2382 --- /dev/null +++ b/public/i18n/en_US.json @@ -0,0 +1,3 @@ +{ + "insertDrawing": "Insert Drawing" +} \ No newline at end of file