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;