From 4f59c3127078c5f4cee0606adb21ba49777cb3f7 Mon Sep 17 00:00:00 2001 From: Brian Joseph Petro Date: Tue, 25 Jun 2024 14:26:51 -0400 Subject: [PATCH] 2.1.75 --- 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 588cfc38..8d8c958b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-smart-connections", - "version": "2.1.74", + "version": "2.1.75", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-smart-connections", - "version": "2.1.74", + "version": "2.1.75", "license": "SEE LICENSE IN LICENSE", "dependencies": { "ejs": "file:./ejs.min", diff --git a/package.json b/package.json index d288659a..eee8a2b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-smart-connections", - "version": "2.1.74", + "version": "2.1.75", "description": "Link and chat with your notes using ChatGPT and embedding artificial intelligence from OpenAI.", "scripts": { "build": "npm run compile && node build/esbuild.js",