diff --git a/Cargo.lock b/Cargo.lock index df94af8..878ef0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "obisidian-note-linker" -version = "1.1.0" +version = "1.1.1" dependencies = [ "console_error_panic_hook", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index 102bfc1..0c5b570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obisidian-note-linker" -version = "1.1.0" +version = "1.1.1" authors = ["Alexander Weichart"] edition = "2018" diff --git a/manifest.json b/manifest.json index 2154f00..be2b137 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obisidian-note-linker", "name": "Note Linker", - "version": "1.1.0", + "version": "1.1.1", "description": "Automatically find and link notes in Obsidian", "author": "Alexander Weichart", "authorUrl": "https://github.com/AlexW00", diff --git a/package.json b/package.json index 1398169..874bc0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obisidian-note-linker", - "version": "1.1.0", + "version": "1.1.1", "description": "Automatically find and link notes in Obsidian", "main": "main.js", "scripts": {