mirror of
https://github.com/zhouhua/obsidian-waveform-player.git
synced 2026-07-22 05:41:57 +00:00
0.0.6
This commit is contained in:
parent
36a90e695f
commit
e8a1b4e0af
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue