From 28aaada99251cb3271ef8b622f471493fc99d466 Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Fri, 26 Apr 2024 11:50:01 +0200 Subject: [PATCH] Updated --- apps/plugin/src/assets/manifest.json | 20 ++++++++++---------- apps/plugin/src/assets/versions.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/plugin/src/assets/manifest.json b/apps/plugin/src/assets/manifest.json index 7577a35..2f544d0 100644 --- a/apps/plugin/src/assets/manifest.json +++ b/apps/plugin/src/assets/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-update-time", - "name": "Update Time", - "description": "Obsidian plugin that updates front matter to include creation and last update times", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "isDesktopOnly": false, - "author": "Sébastien Dubois", - "authorUrl": "https://dsebastien.net", - "fundingUrl": "https://www.buymeacoffee.com/dsebastien" -} + "id": "obsidian-update-time", + "name": "Update Time", + "description": "Obsidian plugin that updates front matter to include creation and last update times", + "version": "1.0.0", + "minAppVersion": "0.15.0", + "isDesktopOnly": false, + "author": "Sébastien Dubois", + "authorUrl": "https://dsebastien.net", + "fundingUrl": "https://www.buymeacoffee.com/dsebastien" +} \ No newline at end of file diff --git a/apps/plugin/src/assets/versions.json b/apps/plugin/src/assets/versions.json index af9a39e..5842672 100644 --- a/apps/plugin/src/assets/versions.json +++ b/apps/plugin/src/assets/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0" +} \ No newline at end of file