From caba6562ec2d5cca66d7895ddfa07c3d19d7239e Mon Sep 17 00:00:00 2001 From: Frithjof Gressmann Date: Tue, 1 Aug 2023 13:51:39 -0500 Subject: [PATCH] Release v1.0.9 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d5214e6..57127a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zotero-sync-client", "name": "Zotero Sync", - "version": "1.0.8", + "version": "1.0.9", "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 54036e3..476c8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zotero-sync-client", - "version": "1.0.8", + "version": "1.0.9", "description": "A Zotero API Sync client for Obsidian", "main": "main.js", "scripts": {