From b63591fe156bb741cbbb298f417d8c34c032c867 Mon Sep 17 00:00:00 2001 From: Pedro Pablo Aste Kompen Date: Sat, 11 Jun 2022 09:41:20 -0500 Subject: [PATCH] Update comment --- app/components/UI/WhatsNewModal/whatsNewList.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/UI/WhatsNewModal/whatsNewList.ts b/app/components/UI/WhatsNewModal/whatsNewList.ts index 3744aebd57d..1006241e922 100644 --- a/app/components/UI/WhatsNewModal/whatsNewList.ts +++ b/app/components/UI/WhatsNewModal/whatsNewList.ts @@ -4,10 +4,10 @@ import { strings } from '../../../../locales/i18n'; import { WhatsNew } from './types'; export const whatsNew: WhatsNew = { - // All users that have <1.0.7 and are updating to >=1.0.7 should see + // All users that have <5.3.0 and are updating to >=5.3.0 should see onlyUpdates: false, // Only users who updated the app will see this, not newly installs - maxLastAppVersion: '5.3.0', // Only users who had a previous version < maxLaxtAppVersion version will see this - minAppVersion: '5.3.0', // Only users who updated to a version >= minAppVersion will see this + maxLastAppVersion: '5.3.0', // Only users who had a previous version <5.3.0 version will see this + minAppVersion: '5.3.0', // Only users who updated to a version >=5.3.0 will see this slides: [ [ {