From ce9780539d795a6aba78a331966cae8be878b53b Mon Sep 17 00:00:00 2001 From: Fevol Date: Mon, 28 Aug 2023 02:03:46 +0200 Subject: [PATCH] chore(release): 0.1.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0edadfe..2548135 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "criticmarkup", "name": "Commentator", - "version": "0.1.1", + "version": "0.1.2", "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 c70cb51..7eeecb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-criticmarkup", - "version": "0.1.1", + "version": "0.1.2", "description": "A CriticMarkup plugin for Obsidian", "main": "main.js", "scripts": {