From 01050f03a9a393dfa7f0c4647ebc45eebeb06393 Mon Sep 17 00:00:00 2001 From: Fevol Date: Wed, 6 Mar 2024 18:06:10 +0100 Subject: [PATCH] chore(release): 0.2.0 --- manifest.json | 4 ++-- package.json | 2 +- src/database | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index bc33405..95ffe65 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "commentator", "name": "Commentator", - "version": "0.1.4", - "minAppVersion": "1.0.0", + "version": "0.2.0", + "minAppVersion": "1.5.0", "description": "Add review comments to your notes using CriticMarkup syntax", "author": "kometenstaub and Fevol", "authorUrl": "https://github.com/fevol", diff --git a/package.json b/package.json index f0c5520..7946e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-criticmarkup", - "version": "0.1.4", + "version": "0.2.0", "description": "A CriticMarkup plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/src/database b/src/database index d08dfc4..c49e33d 160000 --- a/src/database +++ b/src/database @@ -1 +1 @@ -Subproject commit d08dfc4218f1a8ab6b38ba8b2bc4734a9513a480 +Subproject commit c49e33d80ab66e136d208f6f7e92ac13c37dd4de diff --git a/versions.json b/versions.json index 30d5c75..7f7af40 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.12.19", - "0.0.2": "1.0.0" + "0.0.2": "1.0.0", + "0.2.0": "1.5.0" }