From 0ce782f2d1ed9602399b19df8e9aa523bbe4b8cc Mon Sep 17 00:00:00 2001 From: Zhou Hua Date: Sun, 7 Apr 2024 16:34:26 +0800 Subject: [PATCH] 1.0.1 --- manifest.json | 18 +++++++++--------- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 2c920ad..d66a2ad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "power-mode", - "name": "POWER MODE", - "version": "1.0.0", - "minAppVersion": "1.5.3", - "description": "Active POWER MODE!!!!", - "author": "Zhou Hua", - "authorUrl": "https://zhouhua.site", - "isDesktopOnly": false -} + "id": "power-mode", + "name": "POWER MODE", + "version": "1.0.1", + "minAppVersion": "1.5.3", + "description": "Active POWER MODE!!!!", + "author": "Zhou Hua", + "authorUrl": "https://zhouhua.site", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 14d5277..42dcc94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-power-mode", - "version": "1.0.0", + "version": "1.0.1", "description": "Active Power Mode!!!!", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f167ba0..341ff1c 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.5.3" -} + "1.0.0": "1.5.3", + "1.0.1": "1.5.3" +} \ No newline at end of file