Skip to content

Commit

Permalink
Merge branch 'dev' into warp-wasm-update
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Jan 3, 2025
2 parents 80fa41c + b0d7d49 commit ed99980
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.8",
"version": "2.0.9",
"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.8"
version = "2.0.9"
description = "Privacy First, Modular, P2P Universal Messaging Client - With you at it's core"
authors = ["Satellite.IM"]
license = ""
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const INTEGRATIONS = {
export const DOWNLOAD_LINKS = {
Android: "https://play.google.com/store/apps/details?id=com.uplink.app",
iOS: "https://apps.apple.com/us/app/satellite-im-uplink/id6737702825",
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.8/Uplink_v2.0.8.msi",
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.8/Uplink_v2.0.8.dmg",
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.8/Uplink_v2.0.8.deb",
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.9/Uplink_v2.0.9.msi",
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.9/Uplink_v2.0.9.dmg",
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.9/Uplink_v2.0.9.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.8">
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.9">
<Button hook="button-check-for-update" text={$_("settings.about.checkUpdate")} appearance={Appearance.Alt}>
<Icon icon={Shape.Refresh} />
</Button>
Expand Down

0 comments on commit ed99980

Please sign in to comment.