Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Dec 17, 2023
1 parent ba9ad42 commit 4eb3a0d
Show file tree
Hide file tree
Showing 4 changed files with 15 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.0.12",
"version": "3.1.0",
"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.0.12",
"version": "3.1.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
12 changes: 11 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
d76155b Fix issues with persist tags (fix #301)
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
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"3.0.9": "1.1.1",
"3.0.10": "1.1.1",
"3.0.11": "1.1.1",
"3.0.12": "1.1.1"
"3.0.12": "1.1.1",
"3.1.0": "1.1.1"
}

0 comments on commit 4eb3a0d

Please sign in to comment.