diff --git a/manifest.json b/manifest.json index 6efb24e..054a438 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-advanced-codeblock", "name": "Advanced Codeblock", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.12.0", "description": "Give additioinal features to code blocks.", "author": "Lijyze", diff --git a/versions.json b/versions.json index f83240c..69712ca 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.1": "0.12.0" + "1.0.1": "0.12.0", + "1.0.2": "0.12.0" }