mobile: update links to v5.2 release announcement (#2706)

This commit is contained in:
Evgeny Poberezkin
2023-07-17 11:00:14 +01:00
committed by GitHub
parent c2177f3684
commit 1bd8f66730
2 changed files with 2 additions and 2 deletions
@@ -223,7 +223,7 @@ private let versionDescriptions: [VersionDescription] = [
),
VersionDescription(
version: "v5.2",
post: URL(string: "https://simplex.chat/blog/20230719-simplex-chat-v5-2-message-delivery-receipts.html"),
post: URL(string: "https://simplex.chat/blog/20230722-simplex-chat-v5-2-message-delivery-receipts.html"),
features: [
FeatureDescription(
icon: "checkmark",
@@ -381,7 +381,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
),
VersionDescription(
version = "v5.2",
post = "https://simplex.chat/blog/20230719-simplex-chat-v5-2-message-delivery-receipts.html",
post = "https://simplex.chat/blog/20230722-simplex-chat-v5-2-message-delivery-receipts.html",
features = listOf(
FeatureDescription(
icon = MR.images.ic_check,