Skip to content

Commit

Permalink
tag: Releasing 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGuesnon committed Feb 15, 2022
1 parent 619bba1 commit 6739deb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "markdown-commands",
"name": "Markdown commands",
"version": "0.2.2",
"minAppVersion": "0.12.17",
"description": "Allows to write markdown from commands (example: >h1 -> #).",
"author": "Jules Guesnon",
"authorUrl": "https://github.com/JulesGuesnon",
"isDesktopOnly": false
}
{
"id": "markdown-commands",
"name": "Markdown commands",
"version": "0.2.3",
"minAppVersion": "0.12.17",
"description": "Allows to write markdown from commands (example: >h1 -> #).",
"author": "Jules Guesnon",
"authorUrl": "https://github.com/JulesGuesnon",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-commands",
"version": "0.2.2",
"version": "0.2.3",
"description": "A configurable plugin for Obsidian that allow you to write commands to make markdown (example: >h1 -> #)",
"main": "main.js",
"scripts": {
Expand Down
15 changes: 8 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"0.1.0": "0.12.17",
"0.1.1": "0.12.17",
"0.2.0": "0.12.17",
"0.2.1": "0.12.17",
"0.2.2": "0.12.17"
}
{
"0.1.0": "0.12.17",
"0.1.1": "0.12.17",
"0.2.0": "0.12.17",
"0.2.1": "0.12.17",
"0.2.2": "0.12.17",
"0.2.3": "0.12.17"
}

0 comments on commit 6739deb

Please sign in to comment.