From c7ffd227dd8d033ac46e606a355005fd4210ca78 Mon Sep 17 00:00:00 2001 From: Matt Gleason Date: Fri, 16 Aug 2024 02:55:33 -0400 Subject: [PATCH] updated manifest to 1.0.2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a6f70b2..0f981ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "embed-code-file-ipynb-as-python", "name": "Embed Code File with Jupyter Notebook Support", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "This is a plugin for Obsidian that allows for embedding code files.", "author": "Obsidian",