From 8cc183f2269c2053c78bb8c631bda1c736e37a10 Mon Sep 17 00:00:00 2001 From: WFH Brian Date: Tue, 2 Jul 2024 10:56:14 -0400 Subject: [PATCH] 2.1.81 --- 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 5b1cd245..1c83219b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-connections", - "version": "2.1.80", + "version": "2.1.81", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-connections", - "version": "2.1.80", + "version": "2.1.81", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ejs": "file:./ejs.min", diff --git a/package.json b/package.json index 29e047a0..bf85e6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-connections", - "version": "2.1.80", + "version": "2.1.81", "description": "Link and chat with your notes using ChatGPT and embedding artificial intelligence from OpenAI.", "scripts": { "build": "npm run compile && node build/esbuild.js",