mirror of
https://github.com/zhouhua/obsidian-waveform-player.git
synced 2026-07-22 05:41:57 +00:00
0.0.4
This commit is contained in:
parent
bdc63ade42
commit
2b71bf2c3b
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "waveform-player",
|
||||
"name": "Waveform Player",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"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.3",
|
||||
"version": "0.0.4",
|
||||
"description": "Obsidian plugin for rendering audio files as waveforms",
|
||||
"author": "zhouhua",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"0.0.1": "1.7.7",
|
||||
"0.0.2": "1.7.7",
|
||||
"0.0.3": "1.7.7"
|
||||
"0.0.3": "1.7.7",
|
||||
"0.0.4": "1.7.7"
|
||||
}
|
||||
Loading…
Reference in a new issue