From 535c6d8fbd882585ee1f551b6c8dbf5906a58e84 Mon Sep 17 00:00:00 2001 From: Anton Bulakh Date: Tue, 11 Apr 2023 03:15:48 +0300 Subject: [PATCH] Version 1.0.2 --- manifest.json | 28 ++++++++++++++-------------- package.json | 2 +- versions.json | 6 ++++-- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index b728154..7db21fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,15 @@ { - "id": "page-properties", - "name": "Page Properties", - "version": "1.0.0", - "minAppVersion": "0.15.0", - "description": "Render page properties similar to Logseq", - "author": "Anton Bulakh", - "authorUrl": "https://necauqua.dev", - "fundingUrl": { - "Patreon": "https://www.patreon.com/necauqua", - "Ko-Fi": "https://ko-fi.com/necauqua", - "Buy Me a Coffee": "https://buymeacoffee.com/necauqua" - }, - "isDesktopOnly": false -} + "id": "page-properties", + "name": "Page Properties", + "version": "1.0.2", + "minAppVersion": "0.15.0", + "description": "Render page properties similar to Logseq", + "author": "Anton Bulakh", + "authorUrl": "https://necauqua.dev", + "fundingUrl": { + "Patreon": "https://www.patreon.com/necauqua", + "Ko-Fi": "https://ko-fi.com/necauqua", + "Buy Me a Coffee": "https://buymeacoffee.com/necauqua" + }, + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 114ab1b..a93e093 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 1deeb5f..03d60fe 100644 --- a/versions.json +++ b/versions.json @@ -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" +} \ No newline at end of file