This commit is contained in:
Zhou Hua 2025-03-10 16:27:29 +08:00
parent f09d3ea7fb
commit c3d31ab2b8
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-white-noise",
"name": "White Noise",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "1.7.7",
"description": "Play white noise in Obsidian 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.1",
"version": "0.0.2",
"description": "Play white noise in Obsidian to help you focus on your work",
"author": "zhouhua",
"license": "MIT",

View file

@ -1,3 +1,4 @@
{
"0.0.1": "1.7.7"
"0.0.1": "1.7.7",
"0.0.2": "1.7.7"
}