This commit is contained in:
Ben Floyd 2026-06-03 21:35:53 -06:00
parent 20a583807a
commit 84be7e24dd
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "coalesce",
"name": "Coalesce",
"version": "2.0.3",
"version": "2.0.4",
"minAppVersion": "0.15.0",
"description": "Transform your notes into a single view.",
"author": "Floyd",

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"2.0.3": "0.15.0"
"2.0.3": "0.15.0",
"2.0.4": "0.15.0"
}