From b25928173c5bdaff3c39d336ca571b5b4798723f Mon Sep 17 00:00:00 2001 From: alexdanilowicz Date: Tue, 4 Oct 2022 12:08:18 -0700 Subject: [PATCH] Release v2.0.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 f70bd50..ce7f2b0 100644 --- a/app/release/app/package.json +++ b/app/release/app/package.json @@ -1,6 +1,6 @@ { "name": "left-on-read", - "version": "1.7.0", + "version": "2.0.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 ed239ac..179b547 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.7.0' +export const LATEST_APP_VERSION_FOR_MARKETING_SITE = '2.0.0'