From e9a5ae2a214c38abbea4437ba3ee0f3e8468fa18 Mon Sep 17 00:00:00 2001 From: teddarific Date: Tue, 4 Oct 2022 10:59:14 -0700 Subject: [PATCH] Release v1.7.0 --- 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 8b4672a..f70bd50 100644 --- a/app/release/app/package.json +++ b/app/release/app/package.json @@ -1,6 +1,6 @@ { "name": "left-on-read", - "version": "1.6.0", + "version": "1.7.0", "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 3246c8b..ed239ac 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.6.0' +export const LATEST_APP_VERSION_FOR_MARKETING_SITE = '1.7.0'