From aa7e5d4e0a20d9fa8ec2ae0c8fb5f521443e333b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 20 Mar 2020 20:24:00 +0100 Subject: [PATCH] bump version to 0.0.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 153e7725..50682d05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brawl-chat", - "version": "0.0.15", + "version": "0.0.16", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "index.js", "directories": {