From 88211d5c54cca5386a9072d76838b251ce9a0151 Mon Sep 17 00:00:00 2001 From: Patrik Lindefors Date: Sun, 12 Jun 2022 22:25:51 +0200 Subject: [PATCH] New release version --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3ceb1c9..6a0fd50 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "code-block-plugin", "name": "Code Block", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.12.0", "description": "This plugin converts text into code blocks with automatic language detection.", "author": "Patrik Lindefors", diff --git a/versions.json b/versions.json index f83240c..4ee2504 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.1": "0.12.0" + "1.0.2": "0.12.0" }