Skip to content

Commit

Permalink
chore(release): 2.0.5 (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 2, 2024
1 parent 986934f commit bddc4fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uplink",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"scripts": {
"tauri": "tauri",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uplink"
version = "2.0.4"
version = "2.0.5"
description = "Privacy First, Modular, P2P Universal Messaging Client - With you at it's core"
authors = ["Satellite.IM"]
license = ""
Expand Down
8 changes: 4 additions & 4 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export const INTEGRATIONS = {
}

export const DOWNLOAD_LINKS = {
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.apk",
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.5/Uplink_v2.0.5.apk",
iOS: "https://apps.apple.com/us/app/satellite-im-uplink/id6737702825",
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.msi",
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.dmg",
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.4/Uplink_v2.0.4.deb",
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",
}
2 changes: 1 addition & 1 deletion src/routes/settings/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div id="page">
<SettingSection hook="section-about-header" name={$_("settings.about.name")} description="Uplink"></SettingSection>
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.4">
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.5">
<Button hook="button-check-for-update" text={$_("settings.about.checkUpdate")} appearance={Appearance.Alt}>
<Icon icon={Shape.Refresh} />
</Button>
Expand Down

0 comments on commit bddc4fd

Please sign in to comment.