From a52f63375513a6bfda9aeec05290c3c5dfc8f96f Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Tue, 8 Feb 2022 19:52:26 +0100 Subject: [PATCH] 1.6.4 --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e938238..cbb6522 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "1.6.3", + "version": "1.6.4", "minAppVersion": "0.12.16", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/versions.json b/versions.json index 94135f4..1067735 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { - "1.6.3": "0.12.16", + "1.6.4": "0.12.16", "1.4.2": "0.11.13" }