Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Aug 11, 2024
1 parent 806bfbc commit f754e13
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration",
"version": "3.2.0",
"version": "3.2.1",
"minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "3.2.0",
"version": "3.2.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
8 changes: 7 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
aeafb5b Support epub and snapshot annotations
806bfbc Add "firstAttachmentLink" template data
f0f9f9c 3.2.0
1b43895 Support epub and snapshot annotations
125bf26 Merge pull request #344 from brchristian/patch-1
7f967e0 Merge pull request #349 from abachant/fix-import-format-settings-327
1fdb5a9 Merge pull request #248 from fguiotte/patch-1
2754d35 Fix spelling of 'Bibliography'
60ec333 Update PDF Annotations.md
1961cad Fix coloCategory Blue
d05ea31 Fix colorCategory Purple
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"3.1.6": "1.1.1",
"3.1.7": "1.1.1",
"3.1.8": "1.1.1",
"3.2.0": "1.1.1"
"3.2.0": "1.1.1",
"3.2.1": "1.1.1"
}

0 comments on commit f754e13

Please sign in to comment.