diff --git a/manifest.json b/manifest.json index e952734..0edadfe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "criticmarkup", "name": "Commentator", - "version": "0.1.0", + "version": "0.1.1", "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 60c8e09..23bd9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-criticmarkup", - "version": "0.1.0", + "version": "0.1.1", "description": "A CriticMarkup plugin for Obsidian", "main": "main.js", "scripts": {