diff --git a/manifest.json b/manifest.json index a6fff67..6515bd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zotero-sync-client", "name": "Zotero Sync", - "version": "1.3.4", + "version": "1.3.5", "minAppVersion": "0.15.0", "description": "Zotero API client to sync your Zotero library into your vault", "author": "Frithjof Gressmann", diff --git a/package.json b/package.json index 4bc771a..1b49b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zotero-sync-client", - "version": "1.3.4", + "version": "1.3.5", "description": "A Zotero API Sync client for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c5be614..6926d42 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.3.1": "0.15.0", "1.3.2": "0.15.0", "1.3.3": "0.15.0", - "1.3.4": "0.15.0" + "1.3.4": "0.15.0", + "1.3.5": "0.15.0" } \ No newline at end of file