From a030904cc9717374ce5fae58d549a394d0fa358b Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Fri, 5 Jan 2024 10:29:44 -0800 Subject: [PATCH] 3.1.6 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2d9a2af..9d5a8ff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.1.5", + "version": "3.1.6", "minAppVersion": "1.1.1", "description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.", "author": "mgmeyers", diff --git a/package.json b/package.json index d98403a..47551ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.1.5", + "version": "3.1.6", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 379bab5..a63f7cf 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -6e9e5ae Fix BBT API change +1ac051b Process relations for notes diff --git a/versions.json b/versions.json index 903f403..7c2ce61 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "3.1.2": "1.1.1", "3.1.3": "1.1.1", "3.1.4": "1.1.1", - "3.1.5": "1.1.1" + "3.1.5": "1.1.1", + "3.1.6": "1.1.1" }