Skip to content

Commit 51fab06

Browse files
committed
tag: Releasing 0.3.1
1 parent 1838fae commit 51fab06

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "markdown-shortcuts",
33
"name": "Markdown shortcuts",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"minAppVersion": "0.12.17",
66
"description": "Allows to write markdown from shortcuts (example: >h1 -> #).",
77
"author": "Jules Guesnon",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-shortcuts",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A configurable plugin for Obsidian that allow you to write commands to make markdown (example: >h1 -> #)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.2.1": "0.12.17",
66
"0.2.2": "0.12.17",
77
"0.2.3": "0.12.17",
8-
"0.3.0": "0.12.17"
8+
"0.3.0": "0.12.17",
9+
"0.3.1": "0.12.17"
910
}

0 commit comments

Comments
 (0)