From f6f40f9552fedd0628915d163c543f5f46683472 Mon Sep 17 00:00:00 2001 From: Jon Gauthier Date: Mon, 21 Dec 2020 15:57:10 -0500 Subject: [PATCH] 0.3.1 --- 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 284be3b..e113587 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-citation-plugin", "name": "Citations", - "version": "0.3.0", + "version": "0.3.1", "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 ad6bd34..d3f33dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-citation-plugin", - "version": "0.3.0", + "version": "0.3.1", "description": "Automatically search and insert citations from a Zotero library", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8c46996..3c06111 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.3": "0.9.20", "0.2.0": "0.9.20", "0.2.1": "0.9.20", - "0.3.0": "0.9.20" + "0.3.0": "0.9.20", + "0.3.1": "0.9.20" }