From ab7a433c690ded4998bfbc925cf5d08ead08e389 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 7 Aug 2022 01:12:32 +1000 Subject: [PATCH] 1.0.20 --- frontend/package.json | 3 +- .../Communications/CommunicationsChat.vue | 2 +- frontend/vue.config.js | 31 ++----------------- 3 files changed, 6 insertions(+), 30 deletions(-) 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"] } }