From 4f686ae177865071c34191a268565fccc07fea2f Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Thu, 23 May 2024 07:17:11 +0200 Subject: [PATCH] 1.0.10 --- 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 06ea43e..13fc7b2 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.9", + "version": "1.0.10", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package-lock.json b/package-lock.json index 4a439b2..92ef0ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-update-time", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-update-time", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "@popperjs/core": "2.11.8", diff --git a/package.json b/package.json index c3b29b6..3cdf570 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.9", + "version": "1.0.10", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index 1937b7a..9f3a4c9 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.0.6": "0.15.0", "1.0.7": "0.15.0", "1.0.8": "0.15.0", - "1.0.9": "0.15.0" + "1.0.9": "0.15.0", + "1.0.10": "0.15.0" }