Update version number in manifest.json and versions.json

This commit is contained in:
Roger Veciana 2024-01-28 23:36:37 +01:00
parent 779e5e1e7f
commit 1e36d4812e
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

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