diff --git a/manifest.json b/manifest.json index 45e30a7..823c52a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "code-emitter", "name": "Code Emitter", - "version": "0.3.1", + "version": "0.3.2", "minAppVersion": "0.12.0", "description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.", "author": "YISH", diff --git a/package.json b/package.json index 766214e..7ef177b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "code-emitter", "description": "An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.", "private": true, - "version": "0.3.1", + "version": "0.3.2", "type": "module", "scripts": { "dev": "vite build -w -m development", diff --git a/versions.json b/versions.json index 49f0003..f6a595a 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.1.4": "0.12.0", "0.2.1": "0.12.0", "0.3.0": "0.12.0", - "0.3.1": "0.12.0" + "0.3.1": "0.12.0", + "0.3.2": "0.12.0" } \ No newline at end of file