diff --git a/manifest.json b/manifest.json index fd6c92e..7f97e4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.0.8", + "version": "3.0.9", "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 d637f63..c8cf5a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.0.8", + "version": "3.0.9", "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 0afbf21..31744f9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -07bba3b Ensure data explorer updates when template and template data change +bc531e5 Don't set lastImportDate when previeing template diff --git a/versions.json b/versions.json index c99eb2e..77474e3 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "2.3.6": "0.14.0", "2.3.7": "1.1.1", "3.0.7": "1.1.1", - "3.0.8": "1.1.1" + "3.0.8": "1.1.1", + "3.0.9": "1.1.1" }