diff --git a/api/package.json b/api/package.json index dfdc34da9..b126b6809 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.5.1", + "version": "2.5.2", "main": "dist/index.js", "license": "MIT", "private": true, diff --git a/web/package.json b/web/package.json index e14293c21..dd975204f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "2.5.1", + "version": "2.5.2", "private": true, "dependencies": { "@ideasio/add-to-homescreen-react": "^1.0.10", diff --git a/web/src/utils/Constant.ts b/web/src/utils/Constant.ts index 2b0ba57b3..33e2d36f4 100644 --- a/web/src/utils/Constant.ts +++ b/web/src/utils/Constant.ts @@ -1,4 +1,4 @@ -export const VERSION = '2.5.1' +export const VERSION = '2.5.2' export const MAX_UPLOAD_SIZE = 2_000_000_000 export const CHUNK_SIZE = 512 * 1024 export const RETRY_COUNT = 50 \ No newline at end of file