Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Jan 3, 2024
1 parent 9e7dc71 commit a897159
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "zotero-sync-client",
"name": "Zotero Sync",
"version": "1.3.2",
"version": "1.3.3",
"minAppVersion": "0.15.0",
"description": "Zotero API client to sync your Zotero library into your vault",
"author": "Frithjof Gressmann",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-zotero-sync-client",
"version": "1.3.2",
"version": "1.3.3",
"description": "A Zotero API Sync client for Obsidian",
"main": "main.js",
"scripts": {
Expand All @@ -25,6 +25,7 @@
"@retorquere/zotero-sync": "^1.0.27"
},
"overrides": {
"node-fetch": "^2"
"node-fetch": "^2",
"json-stringify-pretty-compact": "^3.0.0"
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0"
"1.3.2": "0.15.0",
"1.3.3": "0.15.0"
}

0 comments on commit a897159

Please sign in to comment.