diff --git a/manifest.json b/manifest.json index c513dbc..2ad8d1c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.1.7", + "version": "3.1.8", "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 c5c3727..b2552e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.1.7", + "version": "3.1.8", "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 34b66bf..706f4b1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -fb9eb70 Properly assign note relations +98bfb9d Pass in library ID when retrieving attachments diff --git a/versions.json b/versions.json index 4cce82d..f739d1e 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "3.1.4": "1.1.1", "3.1.5": "1.1.1", "3.1.6": "1.1.1", - "3.1.7": "1.1.1" + "3.1.7": "1.1.1", + "3.1.8": "1.1.1" }