From 6cc50802c64793729c57b73d852a2a02804ba15c Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Fri, 29 Sep 2023 16:00:13 +0200 Subject: [PATCH] Add iOS v0.30.4 --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index c4307d5..2a48aed 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -262,8 +262,8 @@ export const emojiSearchLimit = 0; export const today = (new Date()).getTime(); -export const iosRD = (new Date('09/07/2023')).getTime(); -export const iosVersion = '0.28.2'; +export const iosRD = (new Date('09/29/2023')).getTime(); +export const iosVersion = '0.30.4'; export const andRD = (new Date('09/26/2023')).getTime(); export const andVersion = '0.16.9';