From e3c5def536c41c12041141ae3cdccd4cfa14030c Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 26 Oct 2021 11:32:42 +0200 Subject: [PATCH] release v0.2.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65e72801..aa37960d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydrogen-web", - "version": "0.2.16", + "version": "0.2.17", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "src/lib.ts", "directories": {