From 321b7a91d9ec889f904fdfcaeb1fa9e0c2e651dd Mon Sep 17 00:00:00 2001 From: alexdanilowicz Date: Mon, 26 Sep 2022 16:55:01 -0700 Subject: [PATCH] Release v1.4.2 --- app/release/app/package.json | 2 +- web/src/constants/APP_VERSION.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/release/app/package.json b/app/release/app/package.json index 7081a185..8f63d3bf 100644 --- a/app/release/app/package.json +++ b/app/release/app/package.json @@ -1,6 +1,6 @@ { "name": "left-on-read", - "version": "1.4.1", + "version": "1.4.2", "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 58bae5a0..54114b7e 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.4.1' +export const LATEST_APP_VERSION_FOR_MARKETING_SITE = '1.4.2'