This commit is contained in:
Zhou Hua 2025-03-10 16:44:29 +08:00
parent 36a90e695f
commit e8a1b4e0af
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "waveform-player",
"name": "Waveform Player",
"version": "0.0.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"description": "Obsidian plugin for rendering audio files as waveforms",
"author": "zhouhua",
"license": "MIT",

View file

@ -3,5 +3,6 @@
"0.0.2": "1.7.7",
"0.0.3": "1.7.7",
"0.0.4": "1.7.7",
"0.0.5": "1.7.7"
"0.0.5": "1.7.7",
"0.0.6": "1.7.7"
}