From e85ae6ee35a247f7b6bb86b8e2bf72c97883ef12 Mon Sep 17 00:00:00 2001 From: Anoop Chandran Date: Tue, 27 Dec 2022 01:17:36 +0100 Subject: [PATCH] Patch version bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7a225fd..0dac6e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-annotations", "name": "Zotero Annotations", - "version": "0.2.7", + "version": "0.2.8", "description": "Plugin to import metadata and annotations from Zotero", "author": "Anoop K. Chandran", "authorUrl": "anoopkcn.com", diff --git a/package.json b/package.json index 71921b2..cb0e87a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zotero-annotations", - "version": "0.2.7", + "version": "0.2.8", "description": "Plugin to import and format annotations from Zotero", "main": "main.js", "scripts": {