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