mirror of
https://github.com/zhouhua/obsidian-white-noise.git
synced 2026-07-22 05:43:36 +00:00
0.0.4
This commit is contained in:
parent
11557905eb
commit
7e443d737f
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "white-noise",
|
"id": "white-noise",
|
||||||
"name": "White Noise",
|
"name": "White Noise",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"minAppVersion": "1.8.0",
|
"minAppVersion": "1.8.0",
|
||||||
"description": "Play white noise to help you focus on your work",
|
"description": "Play white noise to help you focus on your work",
|
||||||
"author": "Zhou Hua",
|
"author": "Zhou Hua",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-white-noise",
|
"name": "obsidian-white-noise",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "Play white noise to help you focus on your work",
|
"description": "Play white noise to help you focus on your work",
|
||||||
"author": "zhouhua",
|
"author": "zhouhua",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"0.0.1": "1.7.7",
|
"0.0.1": "1.7.7",
|
||||||
"0.0.2": "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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue