From 87c84b6723de5b4d938515f495cd3939e4462797 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Sun, 17 Dec 2023 13:22:08 -0800 Subject: [PATCH] 3.1.1 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 12 +----------- versions.json | 3 ++- 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 833a7cf..e6fc513 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.1.0", + "version": "3.1.1", "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 3794b1c..03def35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.1.0", + "version": "3.1.1", "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 ed77fe1..4c7c73e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,11 +1 @@ -ba9ad42 Run single import per item -3664e62 Fix #311 -21cc3ce Merge pull request #304 from theotheo/set-attribute -d762f60 Merge pull request #313 from johan-mattias/patch-1 -e9a51b4 Update README.md -b53e4e7 style: fix code example -2e05aba Fix: add previously overlooked screenshot -0363b67 docs: add acknowledgment for borrowed code -d4ef1a5 feat: filter to modify object -56223d0 Merge pull request #297 from Lslightly/main -757b44c clarify the "persist" feature +162f8ee Remove debug logging diff --git a/versions.json b/versions.json index c8df4b1..4168dd6 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "3.0.10": "1.1.1", "3.0.11": "1.1.1", "3.0.12": "1.1.1", - "3.1.0": "1.1.1" + "3.1.0": "1.1.1", + "3.1.1": "1.1.1" }