From e68df1b324662f6fc404e7342f18e5b0d15a213b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 6 Aug 2021 23:44:52 +0200 Subject: [PATCH] release v0.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6545440..3c92f11b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydrogen-web", - "version": "0.2.3", + "version": "0.2.4", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "index.js", "directories": {