diff --git a/.env b/.env index 616305a..6791e21 100644 --- a/.env +++ b/.env @@ -18,10 +18,10 @@ DEV_ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.cowbell.club:8443 #ELECTRON_WEBPACK_APP_API_URL=https://local.plshelp.live:5001 #ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.plshelp.live:8443 -ELECTRON_WEBPACK_APP_API_URL=https://local.cowbell.club:5001 -ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.cowbell.club:8443 +#ELECTRON_WEBPACK_APP_API_URL=https://local.cowbell.club:5001 +#ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.local.cowbell.club:8443 -#ELECTRON_WEBPACK_APP_API_URL=https://cowbell.club -#ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.cowbell.club +ELECTRON_WEBPACK_APP_API_URL=https://cowbell.club +ELECTRON_WEBPACK_APP_JITSI_URL=https://jitsi.cowbell.club ELECTRON_WEBPACK_APP_VAPID_PUBLICKEY=BG2QxzujwzP60oqKoT0ZxArqtcI-d1k6CWjhFrfdd2HWh7SLQDAyYjavm7cfvVrkzd_2pMRBcOuPVDpWaB_vKYk \ No newline at end of file diff --git a/package.json b/package.json index 119c2ef..315e320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CowBellClub", - "version": "1.4.1", + "version": "1.4.2", "description": "Electron application for Cowbell Club", "main": "./build/main.js", "productName": "CowbellClub",