From 8a59bb0bb3f7553a3ed59c667a9f5f0292600985 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 24 Nov 2021 01:30:03 +0000 Subject: [PATCH] 0.1.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bea907c..188745f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "authorUrl": "https://github.com/deathau", "description": "Show syntax highlighing in code blocks the editor", "isDesktopOnly": false, - "version": "0.1.2", + "version": "0.1.3", "minAppVersion": "0.10.0" } \ No newline at end of file diff --git a/package.json b/package.json index 72786b5..31fb876 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cm-editor-syntax-highlight-obsidian", - "version": "0.1.2", + "version": "0.1.3", "description": "Show syntax highlighing in code blocks the editor", "main": "main.js", "scripts": {