From 13918784962c90d2069f4b8a9aa16d8bb62d1737 Mon Sep 17 00:00:00 2001 From: Alexander Weichart <> Date: Tue, 20 Sep 2022 11:38:37 +0200 Subject: [PATCH] bumped: version --- Cargo.lock | 2 +- Cargo.toml | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {