Skip to content

Commit 3f3f97d

Browse files
update version 1.3.0
1 parent 485e8f6 commit 3f3f97d

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "keyword-highlighter",
3-
"name": "Keyword Highlighter",
4-
"version": "1.2.0",
5-
"minAppVersion": "0.15.0",
6-
"description": "Automatically highlight specified keywords within your Obsidian notes for enhanced visibility and quick reference.",
7-
"author": "Marcel Goldammer",
8-
"authorUrl": "https://marcel-goldammer.de/",
9-
"isDesktopOnly": false
2+
"id": "keyword-highlighter",
3+
"name": "Keyword Highlighter",
4+
"version": "1.3.0",
5+
"minAppVersion": "0.15.0",
6+
"description": "Automatically highlight specified keywords within your Obsidian notes for enhanced visibility and quick reference.",
7+
"author": "Marcel Goldammer",
8+
"authorUrl": "https://marcel-goldammer.de/",
9+
"isDesktopOnly": false
1010
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "obsidian-sample-plugin",
3-
"version": "1.0.0",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
2+
"name": "obsidian-keyword-highlighter",
3+
"version": "1.3.0",
4+
"description": "Automatically highlight specified keywords within your Obsidian notes for enhanced visibility and quick reference.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"1.0.0": "0.15.0",
3+
"1.1.0": "0.15.0",
4+
"1.2.0": "0.15.0",
5+
"1.3.0": "0.15.0"
36
}

0 commit comments

Comments
 (0)