mirror of
https://github.com/rveciana/obsidian-cooklang.git
synced 2026-07-22 09:40:31 +00:00
Update version in manifest.json and versions.json
This commit is contained in:
parent
640a2959fb
commit
6ac90b30d2
2 changed files with 11 additions and 11 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-cooklang",
|
||||
"name": "Obsisian Cooklang",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "A plugin to display and edit recipes written in the Cooklang format.",
|
||||
"author": "Roger Veciana i Rovira",
|
||||
"authorUrl": "https://geoexamples.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
"id": "obsidian-cooklang",
|
||||
"name": "Obsisian Cooklang",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "A plugin to display and edit recipes written in the Cooklang format.",
|
||||
"author": "Roger Veciana i Rovira",
|
||||
"authorUrl": "https://geoexamples.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.0.1": "0.0.1"
|
||||
}
|
||||
"0.0.1": "0.12.0"
|
||||
}
|
||||
Loading…
Reference in a new issue