From d635773ac064222d0a4f11debf4cf7cb8a04c22e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Sat, 14 Dec 2019 18:32:30 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e33038a6..4b466745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brawl-chat", - "version": "0.0.12", + "version": "0.0.13", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "main": "index.js", "directories": {