From 156cc19e4e8e370ff8f7fefe3741b886ed11e233 Mon Sep 17 00:00:00 2001 From: Patrik Lindefors Date: Sun, 12 Jun 2022 22:04:56 +0200 Subject: [PATCH] Updated version to 1.0.1 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6dbb61e..3ceb1c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "code-block-plugin", "name": "Code Block", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.12.0", "description": "This plugin converts text into code blocks with automatic language detection.", "author": "Patrik Lindefors",