This commit is contained in:
Zhou Hua 2025-04-08 11:49:45 +08:00
parent 11557905eb
commit 7e443d737f
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "white-noise",
"name": "White Noise",
"version": "0.0.3",
"version": "0.0.4",
"minAppVersion": "1.8.0",
"description": "Play white noise to help you focus on your work",
"author": "Zhou Hua",

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-white-noise",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "Play white noise to help you focus on your work",
"author": "zhouhua",
"license": "MIT",

View file

@ -1,5 +1,6 @@
{
"0.0.1": "1.7.7",
"0.0.2": "1.7.7",
"0.0.3": "1.8.0"
"0.0.3": "1.8.0",
"0.0.4": "1.8.0"
}