From 12da47302487627d52201e5740dbaf6ddb09f310 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 9 Mar 2021 17:14:02 +0100 Subject: [PATCH] Update minimal version for mobile application --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index b6d29a4..e3f1227 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -162,7 +162,7 @@ pub const INITIAL_REFRESH_LOAD_INTERVAL: Duration = Duration::from_secs(5); pub const CLEAN_UP_INTERVAL: Duration = Duration::from_secs(60 * 60); /// Minimal mobile version supported -pub const MIN_SUPPORTED_MOBILE_VERSION: &str = "1.1.1"; +pub const MIN_SUPPORTED_MOBILE_VERSION: &str = "1.1.2"; /// Minimum message length pub const MIN_CONVERSATION_MESSAGE_LENGTH: usize = 1;