From 4999f15025bf85d04ef555998d1735cf833f1754 Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Sat, 18 May 2024 09:39:07 +0200 Subject: [PATCH] 1.0.9 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index bee6849..06ea43e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "update-time", "name": "Update Time", "description": "Automatically update front matter to include creation and last update times.", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package-lock.json b/package-lock.json index 13fa11d..4a439b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-update-time", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-update-time", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "dependencies": { "@popperjs/core": "2.11.8", diff --git a/package.json b/package.json index 3e03abd..c3b29b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-update-time", "description": "Obsidian plugin that updates front matter to include creation and last update times", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index 5bbcf87..1937b7a 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.5": "0.15.0", "1.0.6": "0.15.0", "1.0.7": "0.15.0", - "1.0.8": "0.15.0" + "1.0.8": "0.15.0", + "1.0.9": "0.15.0" }