From 916cd476fa6d7cf32c66a9e09824d2188abbfea0 Mon Sep 17 00:00:00 2001 From: lijyze Date: Sun, 5 Jun 2022 17:24:13 +0800 Subject: [PATCH] update version to 1.0.2 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }