Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcarp99 committed Jan 28, 2024
1 parent d0535a1 commit 5d7f9a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "auto-definition-link",
"name": "Auto Definition Link",
"version": "5.0.2",
"version": "6.0.0",
"minAppVersion": "0.15.0",
"description": "Automatically converts text to definition links within the current folder when you type them.",
"author": "Nolan Carpenter",
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
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "5.0.2",
"version": "6.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -17,5 +17,6 @@
"4.0.0": "0.15.0",
"5.0.0": "0.15.0",
"5.0.1": "0.15.0",
"5.0.2": "0.15.0"
"5.0.2": "0.15.0",
"6.0.0": "0.15.0"
}

0 comments on commit 5d7f9a3

Please sign in to comment.