diff --git a/package.json b/package.json index fa29e08af..5a1f46623 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/config/index.ts b/src/config/index.ts index 6123c3591..d74fdd21d 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -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 };