mirror of
https://github.com/rveciana/obsidian-cooklang.git
synced 2026-07-22 09:40:31 +00:00
Update manifest and versions.json for version 0.0.3
This commit is contained in:
parent
9250e4fcc8
commit
d44e4169db
2 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "cooklang-viewer-and-editor",
|
||||
"name": "Cooklang",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Display and edit recipes written in the Cooklang format.",
|
||||
"author": "Roger Veciana i Rovira",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"0.0.1": "0.12.0",
|
||||
"0.0.2": "0.12.0"
|
||||
"0.0.2": "0.12.0",
|
||||
"0.0.3": "0.12.0"
|
||||
}
|
||||
Loading…
Reference in a new issue