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