From bd53b84c4eaa9dad45cb95bd2f2e81cca516c3e6 Mon Sep 17 00:00:00 2001 From: "James (Jamalam)" Date: Sun, 14 Apr 2024 12:35:10 +0100 Subject: [PATCH] 1.1.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1cbcb16..92c2162 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-tags", "name": "Automatic Tags", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "Add tags to new notes automatically based on their path.", "author": "Jamalam", diff --git a/package.json b/package.json index 0773578..c05263f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-automatic-tags", - "version": "1.1.0", + "version": "1.1.1", "description": "Add tags to new notes automatically based on their path", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index db543dd..4c14266 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" }