Version 1.0.2

This commit is contained in:
Anton Bulakh 2023-04-11 03:15:48 +03:00
parent 5b141d3606
commit 535c6d8fbd
No known key found for this signature in database
GPG key ID: D666799AFFD8502A
3 changed files with 19 additions and 17 deletions

View file

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

View file

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

View file

@ -1,3 +1,5 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
}