diff options
author | marzavec <admin@marzavec.com> | 2019-05-16 02:18:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 02:18:35 +0200 |
commit | 78a09f8b482447ef04d47311abd675d558752c6e (patch) | |
tree | 312b0db7cd0a2323efc354ce46e71d38fa01b3ea /package.json | |
parent | Merge pull request #64 from MinusGix/patch-5 (diff) | |
parent | Fixed permission requesting, notifications off by default (diff) | |
download | hackchat-78a09f8b482447ef04d47311abd675d558752c6e.tar.gz hackchat-78a09f8b482447ef04d47311abd675d558752c6e.zip |
Merge pull request #65 from Roslot/master
Added notifications and sound alerts in client.js
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3dbd932..19fee8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hack.chat-v2", - "version": "2.1.9", + "version": "2.1.10", "description": "a minimal distraction free chat application", "main": "index.js", "repository": { |