Skip to content

Commit d5a7f10

Browse files
committed
3.1.8
1 parent 98bfb9d commit d5a7f10

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.7",
4+
"version": "3.1.8",
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.7",
3+
"version": "3.1.8",
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-
fb9eb70 Properly assign note relations
1+
98bfb9d Pass in library ID when retrieving attachments

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"3.1.4": "1.1.1",
1919
"3.1.5": "1.1.1",
2020
"3.1.6": "1.1.1",
21-
"3.1.7": "1.1.1"
21+
"3.1.7": "1.1.1",
22+
"3.1.8": "1.1.1"
2223
}

0 commit comments

Comments
 (0)