From 694390a97dadd61f130eb8fafe07706b7513c932 Mon Sep 17 00:00:00 2001 From: JulesGuesnon Date: Tue, 13 Sep 2022 22:31:17 +0200 Subject: [PATCH] Releasing 0.4.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index fc5bdaa..1ceba4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markdown-shortcuts", "name": "Markdown shortcuts", - "version": "0.3.1", + "version": "0.4.0", "minAppVersion": "0.12.17", "description": "Allows to write markdown from shortcuts (example: >h1 -> #).", "author": "Jules Guesnon", diff --git a/package.json b/package.json index 2338830..15efe7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-shortcuts", - "version": "0.3.1", + "version": "0.4.0", "description": "A configurable plugin for Obsidian that allow you to write commands to make markdown (example: >h1 -> #)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d63777e..71969db 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.2.2": "0.12.17", "0.2.3": "0.12.17", "0.3.0": "0.12.17", - "0.3.1": "0.12.17" + "0.3.1": "0.12.17", + "0.4.0": "0.12.17" }