From c6cb345e16f68b09c117d8849d10c1fcc3a42eca Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 28 Sep 2020 15:38:27 +0200 Subject: [PATCH] release v0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a92abcb..5f8914c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydrogen-web", - "version": "0.1.1", + "version": "0.1.2", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "index.js", "directories": {