Skip to content

Commit 3085a01

Browse files
authored
chore(release): 2.0.7 (#960)
1 parent 0d5359f commit 3085a01

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

android/app/capacitor.build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818
implementation project(':capacitor-share')
1919
implementation project(':capacitor-splash-screen')
2020
implementation project(':capacitor-status-bar')
21+
2122
}
2223

2324

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
INFOPLIST_FILE = App/Info.plist;
363363
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
364364
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
365-
MARKETING_VERSION = 1.0;
365+
MARKETING_VERSION = 1.1;
366366
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
367367
PRODUCT_BUNDLE_IDENTIFIER = com.satellite.uplink.app;
368368
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -385,7 +385,7 @@
385385
INFOPLIST_FILE = App/Info.plist;
386386
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
387387
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
388-
MARKETING_VERSION = 1.0;
388+
MARKETING_VERSION = 1.1;
389389
PRODUCT_BUNDLE_IDENTIFIER = com.satellite.uplink.app;
390390
PRODUCT_NAME = "$(TARGET_NAME)";
391391
PROVISIONING_PROFILE_SPECIFIER = "";

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.6",
3+
"version": "2.0.7",
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.6"
3+
version = "2.0.7"
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.6/Uplink_v2.0.6.apk",
55+
Android: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.7/Uplink_v2.0.7.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.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",
57+
Windows: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.7/Uplink_v2.0.7.msi",
58+
Mac: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.7/Uplink_v2.0.7.dmg",
59+
Linux: "https://github.com/Satellite-im/UplinkWeb/releases/download/v2.0.7/Uplink_v2.0.7.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.6">
25+
<SettingSection hook="section-about-version" name={$_("settings.about.version")} description="2.0.7">
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)