From c2bf68a464adf5f6d6f2b66a69f4b31e542df03c Mon Sep 17 00:00:00 2001 From: Stefano Pagliari Date: Sat, 5 Nov 2022 08:49:31 +0000 Subject: [PATCH] bug fix --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 714afa0..b304b6f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bibnotes", "name": "BibNotes Formatter", - "version": "0.9.213", + "version": "0.9.214", "minAppVersion": "0.12.0", "description": "Plugin to import and format annotations from Zotero.", "author": "Stefano Pagliari", diff --git a/package.json b/package.json index eaf94df..d6713ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bibnotes", - "version": "0.9.213", + "version": "0.9.214", "description": "Plugin to export and format annotations from Zotero into Obsidian", "main": "main.js", "scripts": {