From b30cef1cc4628c1326536e47c2f6f8de6946893a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Kl=C3=ADma?= Date: Sat, 19 Oct 2024 16:56:06 +0200 Subject: [PATCH] Bumped version to 2.4.0 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 1a68f1c..5964308 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { "name": "@workflowy/workflowy", - "version": "2.3.0", + "version": "2.4.0", "exports": "./mod.ts" }