From 6c95a37b7f67ef4ed5674e8490c359e918ac561e Mon Sep 17 00:00:00 2001 From: Tyler Nieman Date: Sun, 17 Nov 2024 10:42:10 -0800 Subject: [PATCH] :bookmark: v1.5.0 --- README.md | 5 +++++ manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 910b4f9..ba4023b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Yes. Use the `Hotkeys` (core Obsidian plugin) to assign hotkeys to this plugin's # Contributing +## Contributors + +- [tyler.earth](https://github.com/tyler-dot-earth) - plugin author +- [GuardKenzie](https://github.com/GuardKenzie) - settings + ## First time developing plugins? Quick starting guide for new plugin devs: diff --git a/manifest-beta.json b/manifest-beta.json index f47d109..f32fa02 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "blockreffer", "name": "Blockreffer", - "version": "1.4.1", + "version": "1.5.0", "minAppVersion": "0.15.0", "description": "Search and embed blocks with ^block-references (aka ^block-ids)", "author": "tyler.earth", diff --git a/manifest.json b/manifest.json index f47d109..f32fa02 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "blockreffer", "name": "Blockreffer", - "version": "1.4.1", + "version": "1.5.0", "minAppVersion": "0.15.0", "description": "Search and embed blocks with ^block-references (aka ^block-ids)", "author": "tyler.earth", diff --git a/package-lock.json b/package-lock.json index ce90ecb..66f49fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Blockreffer", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Blockreffer", - "version": "1.4.1", + "version": "1.5.0", "license": "0BSD", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index f383be0..8d6d8b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Blockreffer", - "version": "1.4.1", + "version": "1.5.0", "description": "Search and embed blocks with ^block-references (aka ^block-ids)", "main": "main.js", "scripts": {