From bc330b9ef52958860a7079451fa19f7fab25ff18 Mon Sep 17 00:00:00 2001 From: Reocin Date: Thu, 4 Mar 2021 15:30:48 +0100 Subject: [PATCH] Version 0.2.2 --- build/manifest.json | 2 +- build/versions.json | 3 ++- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/build/manifest.json b/build/manifest.json index 06e0531..29509cd 100644 --- a/build/manifest.json +++ b/build/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-markdown-formatting-assistant-plugin", "name": "Markdown Formatting Assistant", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "0.10.9", "description": "This Plugin provides a simple Editor for Markdown, HTML and Colors and in addition a command line interface. The command line interface facilitate a faster workflow.", "author": "Reocin", diff --git a/build/versions.json b/build/versions.json index 5167c4e..468900a 100644 --- a/build/versions.json +++ b/build/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.10.9", "0.1.2": "0.10.9", "0.2.0": "0.10.9", - "0.2.1": "0.10.9" + "0.2.1": "0.10.9", + "0.2.2": "0.10.9" } diff --git a/manifest.json b/manifest.json index 06e0531..29509cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-markdown-formatting-assistant-plugin", "name": "Markdown Formatting Assistant", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "0.10.9", "description": "This Plugin provides a simple Editor for Markdown, HTML and Colors and in addition a command line interface. The command line interface facilitate a faster workflow.", "author": "Reocin", diff --git a/package.json b/package.json index 8b895e0..99d6ed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-markdown-formatting-assistant-plugin", - "version": "0.2.1", + "version": "0.2.2", "description": "This plugin improves the writing of MarkDown files", "homepage": "https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin", "main": "main.js", diff --git a/versions.json b/versions.json index 5167c4e..468900a 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.10.9", "0.1.2": "0.10.9", "0.2.0": "0.10.9", - "0.2.1": "0.10.9" + "0.2.1": "0.10.9", + "0.2.2": "0.10.9" }