Skip to content

Commit 866a57d

Browse files
authored
chore(release): release 2.0.4 (#891)
1 parent 6d8c52a commit 866a57d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uplink"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Privacy First, Modular, P2P Universal Messaging Client - With you at it's core"
55
authors = ["Satellite.IM"]
66
license = ""

src/lib/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export const INTEGRATIONS = {
5252
}
5353

5454
export const DOWNLOAD_LINKS = {
55-
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.3/Uplink_v2.0.3.apk",
55+
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.apk",
5656
iOS: "https://apps.apple.com/us/app/satellite-im-uplink/id6737702825",
57-
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.3/Uplink_v2.0.3.msi",
58-
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.3/Uplink_v2.0.3.dmg",
59-
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.3/Uplink_v2.0.3.deb",
57+
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.msi",
58+
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.dmg",
59+
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.deb",
6060
}

0 commit comments

Comments
 (0)