From d4f3a6bd19b3ad751ef9cbb645f231d2bf452588 Mon Sep 17 00:00:00 2001 From: Ben Floyd Date: Wed, 3 Jun 2026 21:11:10 -0600 Subject: [PATCH] v2.0.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a4bb2ae..4c7ff8d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "coalesce", "name": "Coalesce", - "version": "2.0.1", + "version": "2.0.2", "minAppVersion": "0.15.0", "description": "Coalesce your notes into a single view", "author": "Floyd", diff --git a/package.json b/package.json index da23d80..0f4c336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coalesce", - "version": "2.0.1", + "version": "2.0.2", "description": "Coalesce your (backlinked) notes into a single document stream (with style)", "main": "main.js", "scripts": {