This commit is contained in:
Zhou Hua 2025-03-20 18:18:54 +08:00
parent df6dca652f
commit ff1f62c274
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "waveform-player",
"name": "Waveform Player",
"version": "0.0.6",
"version": "0.0.7",
"minAppVersion": "1.7.7",
"description": "Render audio files as waveforms",
"author": "Zhou Hua",

View file

@ -1,7 +1,7 @@
{
"name": "obsidian-waveform-player",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "Obsidian plugin for rendering audio files as waveforms",
"author": "zhouhua",
"license": "MIT",

View file

@ -4,5 +4,6 @@
"0.0.3": "1.7.7",
"0.0.4": "1.7.7",
"0.0.5": "1.7.7",
"0.0.6": "1.7.7"
"0.0.6": "1.7.7",
"0.0.7": "1.7.7"
}