Update version to 0.0.10 and add changelog entry for choosing quantities as fractions or decimals

This commit is contained in:
Roger Veciana 2024-03-22 22:46:50 +01:00
parent b810c5cefe
commit 8dc675918d
3 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,7 @@ This plugin allows you to edit and view recipes written in the Cooklang format.
## Changelog
- 0.0.10: Choose quantities as fractions or decimals
- 0.0.9: Support webp images, add languages
- 0.0.8: Initial version. Can edit, view, and select the language

View file

@ -1,7 +1,7 @@
{
"id": "cooklang-viewer-and-editor",
"name": "Cooklang",
"version": "0.0.9",
"version": "0.0.10",
"minAppVersion": "0.12.0",
"description": "Display and edit recipes written in the Cooklang format.",
"author": "Roger Veciana i Rovira",

View file

@ -7,5 +7,6 @@
"0.0.6": "0.12.0",
"0.0.7": "0.12.0",
"0.0.8": "0.12.0",
"0.0.9": "0.12.0"
"0.0.9": "0.12.0",
"0.0.10": "0.12.0"
}