mirror of
https://github.com/rveciana/obsidian-cooklang.git
synced 2026-07-22 09:40:31 +00:00
Update version to 0.0.10 and add changelog entry for choosing quantities as fractions or decimals
This commit is contained in:
parent
b810c5cefe
commit
8dc675918d
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue