Update manifest and versions.json for version 0.0.3

This commit is contained in:
Roger Veciana 2024-01-28 23:49:03 +01:00
parent 9250e4fcc8
commit d44e4169db
2 changed files with 3 additions and 2 deletions

View file

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

View file

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