From 91f7b0e84cb25efcea8506dff3d92e764e358448 Mon Sep 17 00:00:00 2001 From: Jon Gauthier Date: Fri, 8 Jan 2021 14:23:19 -0500 Subject: [PATCH] 0.3.4 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 6b1cc15..8848ef6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-citation-plugin", "name": "Citations", - "version": "0.3.3", + "version": "0.3.4", "minAppVersion": "0.9.20", "description": "Automatically search and insert citations from a Zotero library", "author": "Jon Gauthier", diff --git a/package.json b/package.json index 9d37ce6..620aff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-citation-plugin", - "version": "0.3.3", + "version": "0.3.4", "description": "Automatically search and insert citations from a Zotero library", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index afa6f14..68f5006 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.3.0": "0.9.20", "0.3.1": "0.9.20", "0.3.2": "0.9.20", - "0.3.3": "0.9.20" + "0.3.3": "0.9.20", + "0.3.4": "0.9.20" }