diff --git a/manifest.json b/manifest.json index 7db21fb..8a3d48b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "page-properties", "name": "Page Properties", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Render page properties similar to Logseq", "author": "Anton Bulakh", diff --git a/package.json b/package.json index a93e093..8c3982f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-page-properties", - "version": "1.0.2", + "version": "1.0.3", "description": "This plugin adds page properties similar to Logseq", "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