From 4f1eea81d80064f3225a18ca474af27b549708b2 Mon Sep 17 00:00:00 2001 From: Dae Houlihan Date: Mon, 14 Oct 2024 18:11:23 -0400 Subject: [PATCH] chore(publish): release v0.1.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47ffc30..eafe086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdb-connect", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdb-connect", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "zotero-plugin-toolkit": "^4.0.6" diff --git a/package.json b/package.json index e30d768..18e076a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdb-connect", - "version": "0.1.2", + "version": "0.1.3", "description": "Zotero plugin that links your Markdown database to Zotero.", "author": "Dae Houlihan (https://daeh.info)", "license": "MIT",