diff --git a/frontend/package.json b/frontend/package.json index 77ea01a..1d1a206 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,7 @@ { "name": "colubrina", - "version": "1.0.19", + "version": "1.0.20", + "description": "Simple instant communication.", "private": true, "author": "Troplo ", "scripts": { diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue index 72999a4..a5a93b5 100644 --- a/frontend/src/views/Communications/CommunicationsChat.vue +++ b/frontend/src/views/Communications/CommunicationsChat.vue @@ -169,7 +169,7 @@ " }, mac: { + target: ["dmg", "zip"], publish: ["github"] } }