From eba7eb97686cfd8654e42fe6c32961fcbf173d9c Mon Sep 17 00:00:00 2001 From: Fevol Date: Tue, 5 Sep 2023 02:59:23 +0200 Subject: [PATCH] chore(release): 0.1.4 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5bfc6e1..bc33405 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "commentator", "name": "Commentator", - "version": "0.1.3", + "version": "0.1.4", "minAppVersion": "1.0.0", "description": "Add review comments to your notes using CriticMarkup syntax", "author": "kometenstaub and Fevol", diff --git a/package.json b/package.json index 7385f86..8f7e4d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-criticmarkup", - "version": "0.1.3", + "version": "0.1.4", "description": "A CriticMarkup plugin for Obsidian", "main": "main.js", "scripts": {