From b4f46c858abb284f7f6661c7eba3dc808bce59a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98x?= <35565671+krypt0x@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:14:06 +0100 Subject: [PATCH] v4.2.6 --- src/environments/environment.cordova.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.cordova.ts b/src/environments/environment.cordova.ts index 77a16ba0..ff42537d 100644 --- a/src/environments/environment.cordova.ts +++ b/src/environments/environment.cordova.ts @@ -2,7 +2,7 @@ export const environment = { production: true, worker: false, environment: 'PROD', - version: '4.0.1', + version: '4.2.6', api: 'https://bridge.conceal.network/backend', walletAPI: 'https://api.wallet.conceal.network/api', coinStats: 'https://api.coinstats.app', @@ -32,4 +32,4 @@ export const environment = { recaptcha: { siteKey: '4b23f7fc-ed7c-4284-ae98-b077d8745254', }, -}; \ No newline at end of file +};