Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Dec 17, 2023
1 parent 162f8ee commit 87c84b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 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.1.0",
"version": "3.1.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.1.0",
"version": "3.1.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
12 changes: 1 addition & 11 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
ba9ad42 Run single import per item
3664e62 Fix #311
21cc3ce Merge pull request #304 from theotheo/set-attribute
d762f60 Merge pull request #313 from johan-mattias/patch-1
e9a51b4 Update README.md
b53e4e7 style: fix code example
2e05aba Fix: add previously overlooked screenshot
0363b67 docs: add acknowledgment for borrowed code
d4ef1a5 feat: filter to modify object
56223d0 Merge pull request #297 from Lslightly/main
757b44c clarify the "persist" feature
162f8ee Remove debug logging
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"3.0.10": "1.1.1",
"3.0.11": "1.1.1",
"3.0.12": "1.1.1",
"3.1.0": "1.1.1"
"3.1.0": "1.1.1",
"3.1.1": "1.1.1"
}

0 comments on commit 87c84b6

Please sign in to comment.