Skip to content

Commit 1942ff2

Browse files
authored
chore(release): 2.0.6 (#946)
1 parent 15ecc5a commit 1942ff2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uplink",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"private": true,
55
"scripts": {
66
"tauri": "tauri",

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.5"
3+
version = "2.0.6"
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.5/Uplink_v2.0.5.apk",
55+
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.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.5/Uplink_v2.0.5.msi",
58-
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.dmg",
59-
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.deb",
57+
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.msi",
58+
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.dmg",
59+
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.6/Uplink_v2.0.6.deb",
6060
}

src/routes/settings/about/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<div id="page">
2424
<SettingSection hook="section-about-header" name={$_("settings.about.name")} description="Uplink"></SettingSection>
25-
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.5">
25+
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.6">
2626
<Button hook="button-check-for-update" text={$_("settings.about.checkUpdate")} appearance={Appearance.Alt}>
2727
<Icon icon={Shape.Refresh} />
2828
</Button>

0 commit comments

Comments
 (0)