New release version

This commit is contained in:
Patrik Lindefors 2022-06-12 22:25:51 +02:00
parent 01485d511c
commit 88211d5c54
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"id": "code-block-plugin", "id": "code-block-plugin",
"name": "Code Block", "name": "Code Block",
"version": "1.0.1", "version": "1.0.2",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "This plugin converts text into code blocks with automatic language detection.", "description": "This plugin converts text into code blocks with automatic language detection.",
"author": "Patrik Lindefors", "author": "Patrik Lindefors",

View File

@ -1,3 +1,3 @@
{ {
"1.0.1": "0.12.0" "1.0.2": "0.12.0"
} }