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" }