From 9fecb333320f8bdd2d7d82db4d3b21305e0363fd Mon Sep 17 00:00:00 2001 From: Ebonsignori Date: Wed, 6 Sep 2023 22:35:01 +0000 Subject: [PATCH] Release v1.4.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 45a6c7d..eaec602 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "at-symbol-linking", "name": "@ Symbol Linking", - "version": "1.4.3", + "version": "1.4.4", "minAppVersion": "0.15.0", "description": "Adds ability to link with @ (the At Symbol) in Obsidian. Can limit @ linking to specific folders e.g. People/", "author": "Evan Bonsignori", diff --git a/package-lock.json b/package-lock.json index 91d8567..3955865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "at-symbol-linking", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "at-symbol-linking", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "@codemirror/language": "^6.9.0", diff --git a/package.json b/package.json index d4be41c..1326ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "at-symbol-linking", - "version": "1.4.3", + "version": "1.4.4", "description": "", "main": "main.js", "engines": {