Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Aug 1, 2023
1 parent 07c72d3 commit 32e0e3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export default class ZoteroSyncClientPlugin extends Plugin {
if (!fn) {
await this.app.vault.create(newPath, note)
} else {
await await this.app.fileManager.renameFile(fn, newPath);
await this.app.fileManager.renameFile(fn, newPath);
}

}
Expand Down
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.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "Zotero API client to sync your Zotero library into your vault",
"author": "Frithjof Gressmann",
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-zotero-sync-client",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Zotero API Sync client for Obsidian",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 32e0e3f

Please sign in to comment.