From 9e7dc71e0e74e49dc223787a07009a4de49d38dc Mon Sep 17 00:00:00 2001 From: Frithjof Gressmann Date: Wed, 3 Jan 2024 10:45:02 -0600 Subject: [PATCH] Release v1.3.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8bb8c3b..f3fb81f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zotero-sync-client", "name": "Zotero Sync", - "version": "1.3.1", + "version": "1.3.2", "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 a327747..763d99d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zotero-sync-client", - "version": "1.3.1", + "version": "1.3.2", "description": "A Zotero API Sync client for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9d3f61c..d3467ca 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.3.0": "0.15.0", - "1.3.1": "0.15.0" + "1.3.1": "0.15.0", + "1.3.2": "0.15.0" } \ No newline at end of file