From ba571fedaa319b09f5274de9d16a24f63990d510 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Fri, 2 Feb 2024 16:30:25 +0100 Subject: [PATCH] Android v0.91.2 --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index c933714..8e10d7e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -300,8 +300,8 @@ export const iosVersion = '1.1.10'; export const appStoreLink = 'https://apps.apple.com/us/app/primal/id1673134518'; // Android -export const andRD = (new Date('01/24/2024')).getTime(); -export const andVersion = '0.90.2'; +export const andRD = (new Date('02/02/2024')).getTime(); +export const andVersion = '0.91.2'; export const playstoreLink = 'https://play.google.com/store/apps/details?id=net.primal.android'; export const apkLink = `https://github.com/PrimalHQ/primal-android-app/releases/tag/${andVersion}`;