From b0e88851f016987c8529e6f6f035809eddb6d253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Sep 2024 11:08:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20number=20to=200?= =?UTF-8?q?.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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