Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reocin committed Mar 4, 2021
1 parent 6eee591 commit bc330b9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion build/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit bc330b9

Please sign in to comment.