From 466bd5baa4a4488311928e4fe7f1ad12bfc076c0 Mon Sep 17 00:00:00 2001 From: conorzhong Date: Sat, 12 Aug 2023 23:21:45 +0800 Subject: [PATCH] 1.0.3 --- 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 0caf21c..59cb1e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto-front-matter", "name": "Auto Front Matter", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Auto update front matter", "author": "conorzhong", diff --git a/package-lock.json b/package-lock.json index 67e2ee9..0b23b64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-auto-front-matter", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-auto-front-matter", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "lodash-es": "^4.17.21", diff --git a/package.json b/package.json index f543ae5..39fbb5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-auto-front-matter", - "version": "1.0.2", + "version": "1.0.3", "description": "Auto update front matter", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 03d60fe..1da423a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file