Merge pull request #24 from ente-io/release-v1.4.1

This commit is contained in:
Vishnu Mohandas 2022-04-26 16:25:43 +05:30 committed by GitHub
commit b0e15c70bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "ente",
"productName": "ente",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Desktop client for ente.io",
"main": "app/main.js",

View file

@ -1,4 +1,4 @@
const PROD_HOST_URL = 'https://testing.ente.io';
const PROD_HOST_URL = 'https://web.ente.io';
const FILE_STREAM_CHUNK_SIZE: number = 4 * 1024 * 1024;
export { PROD_HOST_URL, FILE_STREAM_CHUNK_SIZE };