Download page for iOS 0.24.3

This commit is contained in:
Bojan Mojsilovic 2023-08-01 16:51:11 +02:00
parent e4fc7cd6f9
commit e4e9600392
2 changed files with 4 additions and 4 deletions

View File

@ -254,10 +254,10 @@ export const defaultNotificationSettings: Record<string, boolean> = {
export const emojiSearchLimit = 1;
export const today = (new Date()).getTime();
export const iosRD = (new Date('07/26/2023')).getTime();
export const iosRD = (new Date('08/01/2023')).getTime();
export const andRD = (new Date('07/31/2023')).getTime();
export const iosCheck = '7/26/23';
export const iosCheck = '8/01/23';
export const andCheck = '7/31/23';
export const refreshFeedDelay = 2_500;

View File

@ -117,8 +117,8 @@ const Downloads: Component = () => {
<div>build:</div>
</div>
<div>
<div>july 26, 2023</div>
<div>0.23.1</div>
<div>august 1, 2023</div>
<div>0.24.3</div>
</div>
</div>