diff --git a/app/release/app/package.json b/app/release/app/package.json index ee577c58..034756c6 100644 --- a/app/release/app/package.json +++ b/app/release/app/package.json @@ -1,6 +1,6 @@ { "name": "left-on-read", - "version": "1.2.4", + "version": "1.2.5", "author": "Left on Read", "description": "A message analyzing platform", "main": "./dist/main/main.js", diff --git a/web/src/constants/APP_VERSION.ts b/web/src/constants/APP_VERSION.ts index 138ffd23..cd13a31f 100644 --- a/web/src/constants/APP_VERSION.ts +++ b/web/src/constants/APP_VERSION.ts @@ -1,2 +1,2 @@ /* This file is auto-edited, please do not edit it or move it unless you are touching release pipelines */ -export const LATEST_APP_VERSION_FOR_MARKETING_SITE = '1.2.4' +export const LATEST_APP_VERSION_FOR_MARKETING_SITE = '1.2.5'