diff --git a/manifest.json b/manifest.json index f384e40..e934a73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "at-symbol-linking", "name": "@ Symbol Linking", - "version": "1.4.9", + "version": "1.5.0", "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 37cc101..aa37d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "at-symbol-linking", - "version": "1.4.9", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "at-symbol-linking", - "version": "1.4.9", + "version": "1.5.0", "license": "MIT", "dependencies": { "@codemirror/language": "^6.9.0", diff --git a/package.json b/package.json index c92b0c6..ae40114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "at-symbol-linking", - "version": "1.4.9", + "version": "1.5.0", "description": "", "main": "main.js", "engines": {