From 60ab29919ed5057376e662b9103b9d73549a34c2 Mon Sep 17 00:00:00 2001 From: Paul Rothrock Date: Wed, 21 Apr 2021 08:38:36 -0400 Subject: [PATCH] Specifying minimum server version in README.md (#5344) --- README.md | 2 +- fastlane/metadata/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d145585..08618a59a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mattermost Mobile -- **Minimum Server versions:** Current ESR version (5.31) +- **Minimum Server versions:** Current ESR version (5.31.3) - **Supported iOS versions:** 11+ - **Supported Android versions:** 7.0+ diff --git a/fastlane/metadata/changelog b/fastlane/metadata/changelog index c71b24130..6c7522f72 100644 --- a/fastlane/metadata/changelog +++ b/fastlane/metadata/changelog @@ -1,4 +1,4 @@ -This version is compatible with Mattermost servers v5.31+. +This version is compatible with Mattermost servers v5.31.3+. Please see [changelog](https://docs.mattermost.com/administration/mobile-changelog.html) for full release notes. If you're interested in helping beta test upcoming versions before they are released, please see our [documentation](https://github.com/mattermost/mattermost-mobile#testing).