Version 1.0.3

This commit is contained in:
Anton Bulakh 2023-06-28 11:07:20 +03:00
parent 42e20f1a94
commit 785451949c
No known key found for this signature in database
GPG key ID: D666799AFFD8502A
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "page-properties", "id": "page-properties",
"name": "Page Properties", "name": "Page Properties",
"version": "1.0.2", "version": "1.0.3",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Render page properties similar to Logseq", "description": "Render page properties similar to Logseq",
"author": "Anton Bulakh", "author": "Anton Bulakh",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-page-properties", "name": "obsidian-page-properties",
"version": "1.0.2", "version": "1.0.3",
"description": "This plugin adds page properties similar to Logseq", "description": "This plugin adds page properties similar to Logseq",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,5 +1,6 @@
{ {
"1.0.0": "0.15.0", "1.0.0": "0.15.0",
"1.0.1": "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"
} }