This commit is contained in:
Kodai Nakamura 2025-12-12 23:45:55 +09:00
parent 1dfcc8da0a
commit 2cbb3b9c70
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "automatic-linker",
"name": "Automatic Linker",
"version": "2.0.1",
"version": "2.0.2",
"minAppVersion": "1.9.0",
"description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)",
"author": "Kodai Nakamura",

View file

@ -1,6 +1,6 @@
{
"name": "automatic-linker",
"version": "2.0.1",
"version": "2.0.2",
"description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)",
"main": "main.js",
"scripts": {

View file

@ -91,5 +91,6 @@
"1.21.1": "1.9.0",
"1.21.2": "1.9.0",
"2.0.0": "1.9.0",
"2.0.1": "1.9.0"
"2.0.1": "1.9.0",
"2.0.2": "1.9.0"
}