diff --git a/package.json b/package.json index 33f3dc696..e1c5d4a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uplink", - "version": "2.0.5", + "version": "2.0.6", "private": true, "scripts": { "tauri": "tauri", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5aa6ed999..be658306d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3494,7 +3494,7 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "uplink" -version = "2.0.5" +version = "2.0.6" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8be10d379..fc1c798cb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uplink" -version = "2.0.5" +version = "2.0.6" description = "Privacy First, Modular, P2P Universal Messaging Client - With you at it's core" authors = ["Satellite.IM"] license = "" diff --git a/src/lib/config.ts b/src/lib/config.ts index d187e3bed..59930d417 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -52,9 +52,9 @@ export const INTEGRATIONS = { } export const DOWNLOAD_LINKS = { - Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.apk", + Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.apk", iOS: "https://apps.apple.com/us/app/satellite-im-uplink/id6737702825", - Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.msi", - Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.dmg", - Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.deb", + Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.msi", + Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.dmg", + Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.deb", } diff --git a/src/routes/settings/about/+page.svelte b/src/routes/settings/about/+page.svelte index f3ea199d0..b8a070648 100644 --- a/src/routes/settings/about/+page.svelte +++ b/src/routes/settings/about/+page.svelte @@ -22,7 +22,7 @@
- +