From e870a8c856db7ad0e942f4a324e3b48e44d45f41 Mon Sep 17 00:00:00 2001 From: Fevol Date: Tue, 29 Aug 2023 22:11:10 +0200 Subject: [PATCH] chore(release): 0.1.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2831070..5bfc6e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "commentator", "name": "Commentator", - "version": "0.1.2", + "version": "0.1.3", "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 7e1b0ad..09a270d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-criticmarkup", - "version": "0.1.2", + "version": "0.1.3", "description": "A CriticMarkup plugin for Obsidian", "main": "main.js", "scripts": {