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" }