From 6d43060cc4e0d068fa75b5a523cb4255c6390079 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Fri, 22 Dec 2023 13:48:47 -0800 Subject: [PATCH] 3.1.2 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e6fc513..8b1b7bf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.1.1", + "version": "3.1.2", "minAppVersion": "1.1.1", "description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.", "author": "mgmeyers", diff --git a/package.json b/package.json index 03def35..55a4d12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.1.1", + "version": "3.1.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 4c7c73e..fb0a6c3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -162f8ee Remove debug logging +cd3dfe0 Fix #320 diff --git a/versions.json b/versions.json index 4168dd6..f8b1041 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "3.0.11": "1.1.1", "3.0.12": "1.1.1", "3.1.0": "1.1.1", - "3.1.1": "1.1.1" + "3.1.1": "1.1.1", + "3.1.2": "1.1.1" }