Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhua committed Apr 7, 2024
1 parent f6b1f44 commit 0ce782f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-power-mode",
"version": "1.0.0",
"version": "1.0.1",
"description": "Active Power Mode!!!!",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "1.5.3"
}
"1.0.0": "1.5.3",
"1.0.1": "1.5.3"
}

0 comments on commit 0ce782f

Please sign in to comment.