From d3da8e70c28008133d72cd7b60fd558bf3294bd5 Mon Sep 17 00:00:00 2001 From: gitcpy Date: Mon, 30 Sep 2024 12:48:57 +0800 Subject: [PATCH] manifest: version for refactor, feat: popup size init and setting --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7ebb0be..5c6bf4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "diagram-popup", "name": "Diagram Popup", - "version": "0.2.52", + "version": "0.2.55", "minAppVersion": "0.12.0", "description": "Show diagrams, from mermaid, plantuml, graphviz and so on, in a draggable and zoomable popup", "author": "ChenPengyuan",