mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-24 22:49:48 +00:00
Merge branch 'stable'
This commit is contained in:
@@ -672,7 +672,7 @@ private let versionDescriptions: [VersionDescription] = [
|
||||
),
|
||||
VersionDescription(
|
||||
version: isInUS ? "v7.0.1" : "v7.0",
|
||||
post: nil,
|
||||
post: URL(string: "https://simplex.chat/blog/20260819-simplex-chat-crowdfunding.html"),
|
||||
features: (isInUS ? [
|
||||
.view(FeatureView(
|
||||
icon: nil,
|
||||
|
||||
+1
-1
@@ -944,7 +944,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
||||
VersionDescription(
|
||||
// the trailing space differs from the previously released "v7.0", so that What's new is shown again
|
||||
version = if (isInUs()) "v7.0.1" else "v7.0",
|
||||
post = null,
|
||||
post = "https://simplex.chat/blog/20260819-simplex-chat-crowdfunding.html",
|
||||
features = listOf(
|
||||
VersionFeature.FeatureView(
|
||||
icon = null,
|
||||
|
||||
Reference in New Issue
Block a user