Skip to content

Commit

Permalink
🔖 v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-dot-earth committed Nov 17, 2024
1 parent dc4fb0b commit 6c95a37
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6c95a37

Please sign in to comment.