From f4dab5c4549925673ffe6c9d34835e9df9121acc Mon Sep 17 00:00:00 2001 From: Benature Date: Thu, 6 May 2021 11:18:12 +0800 Subject: [PATCH] update version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b48ba33..1eeb393 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Add underline with shortcut", "isDesktopOnly": false, "js": "main.js", - "version": "0.0.1" + "version": "0.0.2" } \ No newline at end of file diff --git a/package.json b/package.json index f7b1719..db248d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-underline", - "version": "0.0.1", + "version": "0.0.2", "description": "Add underline with shortcut", "main": "main.js", "scripts": {