diff --git a/manifest.json b/manifest.json index 0783fea..e8fd1fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-code-block-enhancer", "name": "Code Block Enhancer", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.9.12", "description": "Enhance obsidian markdown code block,provides copy button,linenumber,language name tip and so on.", "author": "hafuhafu", diff --git a/package.json b/package.json index f45ab45..f72f1f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-code-block-enhancer", - "version": "1.0.2", + "version": "1.0.3", "description": "Enhance obsidian markdown code block,provides copy button,linenumber,language name tip and so on. (https://github.com/nyable/obsidian-code-block-enhancer)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 228af11..5ff486f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.0.3": "0.9.12", "1.0.2": "0.9.12", "1.0.1": "0.9.12", "1.0.0": "0.9.12"