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": {