From 40a232cc1ec3ceda2583db070b382b4732ec8172 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Thu, 7 Sep 2023 14:55:30 +0200 Subject: [PATCH] iOS 0.28.2 version release --- package.json | 2 +- src/constants.ts | 4 ++-- src/pages/Downloads.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 451ec3a..039a78c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primal-web-app", - "version": "0.77.23", + "version": "0.77.3", "description": "", "scripts": { "start": "vite", diff --git a/src/constants.ts b/src/constants.ts index fd84934..8aebb95 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -261,8 +261,8 @@ export const emojiSearchLimit = 1; export const today = (new Date()).getTime(); -export const iosRD = (new Date('08/01/2023')).getTime(); -export const iosVersion = '8/01/23'; +export const iosRD = (new Date('09/07/2023')).getTime(); +export const iosVersion = '0.28.2'; export const andRD = (new Date('08/30/2023')).getTime(); export const andVersion = '0.15.2'; diff --git a/src/pages/Downloads.tsx b/src/pages/Downloads.tsx index 2134a61..1009c8a 100644 --- a/src/pages/Downloads.tsx +++ b/src/pages/Downloads.tsx @@ -122,7 +122,7 @@ const Downloads: Component = () => {
{displayDate(iosRD).toLowerCase()}
-
0.24.3
+
{iosVersion}