Skip to content

Commit 7446f33

Browse files
committed
3.1.4
1 parent e528794 commit 7446f33

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-zotero-desktop-connector",
33
"name": "Zotero Integration",
4-
"version": "3.1.3",
4+
"version": "3.1.4",
55
"minAppVersion": "1.1.1",
66
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
77
"author": "mgmeyers",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e481c85 Share code path between data explorer and import
1+
e528794 Inline regex

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"3.1.0": "1.1.1",
1515
"3.1.1": "1.1.1",
1616
"3.1.2": "1.1.1",
17-
"3.1.3": "1.1.1"
17+
"3.1.3": "1.1.1",
18+
"3.1.4": "1.1.1"
1819
}

0 commit comments

Comments
 (0)