Update version in manifest.json and versions.json

This commit is contained in:
Roger Veciana 2024-01-28 23:18:27 +01:00
parent 640a2959fb
commit 6ac90b30d2
2 changed files with 11 additions and 11 deletions

View file

@ -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
}

View file

@ -1,3 +1,3 @@
{
"0.0.1": "0.0.1"
}
"0.0.1": "0.12.0"
}