Skip to content

Commit 281caac

Browse files
committed
3.1.5
1 parent 6e9e5ae commit 281caac

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.4",
4+
"version": "3.1.5",
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.4",
3+
"version": "3.1.5",
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-
e528794 Inline regex
1+
6e9e5ae Fix BBT API change

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"3.1.1": "1.1.1",
1616
"3.1.2": "1.1.1",
1717
"3.1.3": "1.1.1",
18-
"3.1.4": "1.1.1"
18+
"3.1.4": "1.1.1",
19+
"3.1.5": "1.1.1"
1920
}

0 commit comments

Comments
 (0)