Skip to content

Commit 103398d

Browse files
committed
3.2.0
1 parent aeafb5b commit 103398d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-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.8",
4+
"version": "3.2.0",
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.8",
3+
"version": "3.2.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

release-notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
98bfb9d Pass in library ID when retrieving attachments
1+
aeafb5b Support epub and snapshot annotations
2+
1fdb5a9 Merge pull request #248 from fguiotte/patch-1
3+
1961cad Fix coloCategory Blue
4+
d05ea31 Fix colorCategory Purple

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"3.1.5": "1.1.1",
2020
"3.1.6": "1.1.1",
2121
"3.1.7": "1.1.1",
22-
"3.1.8": "1.1.1"
22+
"3.1.8": "1.1.1",
23+
"3.2.0": "1.1.1"
2324
}

0 commit comments

Comments
 (0)