From a95c22cad3523100163d8eeb34e9d8531665c8c2 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Fri, 25 Aug 2023 15:44:51 -0700 Subject: [PATCH] 3.0.9 --- 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 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" }