Merge pull request #24 from ente-io/release-v1.4.1
This commit is contained in:
commit
b0e15c70bb
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ente",
|
"name": "ente",
|
||||||
"productName": "ente",
|
"productName": "ente",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Desktop client for ente.io",
|
"description": "Desktop client for ente.io",
|
||||||
"main": "app/main.js",
|
"main": "app/main.js",
|
||||||
|
|
|
@ -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;
|
const FILE_STREAM_CHUNK_SIZE: number = 4 * 1024 * 1024;
|
||||||
|
|
||||||
export { PROD_HOST_URL, FILE_STREAM_CHUNK_SIZE };
|
export { PROD_HOST_URL, FILE_STREAM_CHUNK_SIZE };
|
||||||
|
|
Loading…
Add table
Reference in a new issue