From 7446f33b613f98fba58f90cedb33d471a4e32b55 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Mon, 1 Jan 2024 15:38:27 -0800 Subject: [PATCH] 3.1.4 --- 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 f7cd067..5030b0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.1.3", + "version": "3.1.4", "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 4d93ed8..a5e1444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.1.3", + "version": "3.1.4", "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 a15b5e6..cd4240d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -e481c85 Share code path between data explorer and import +e528794 Inline regex diff --git a/versions.json b/versions.json index b429ecd..b929d39 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "3.1.0": "1.1.1", "3.1.1": "1.1.1", "3.1.2": "1.1.1", - "3.1.3": "1.1.1" + "3.1.3": "1.1.1", + "3.1.4": "1.1.1" }