Skip to content

Commit

Permalink
tag: Releasing 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGuesnon committed Feb 12, 2022
1 parent ed02cc6 commit 9737fb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "markdown-commands",
"name": "Markdown commands",
"version": "0.0.1",
"version": "0.1.0",
"minAppVersion": "0.12.17",
"description": "Allows to write markdown from commands (example: >h1 -> #).",
"author": "Jules Guesnon",
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": "markdown-commands",
"version": "0.0.1",
"version": "0.1.0",
"description": "A configurable plugin for Obsidian that allow you to write commands to make markdown (example: >h1 -> #)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.0.1": "0.12.17"
"0.0.1": "0.12.17",
"0.1.0": "0.12.17"
}

0 comments on commit 9737fb2

Please sign in to comment.