Skip to content

Commit bc3a58f

Browse files
committed
1.3.9
1 parent d8496ab commit bc3a58f

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

.github/workflows/flutter-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
3434
# vcpkg version: 2025.01.13
3535
VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"
36-
VERSION: "1.3.8"
36+
VERSION: "1.3.9"
3737
NDK_VERSION: "r27c"
3838
#signing keys env variable checks
3939
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"

.github/workflows/playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
1919
# vcpkg version: 2024.11.16
2020
VCPKG_COMMIT_ID: "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
21-
VERSION: "1.3.8"
21+
VERSION: "1.3.9"
2222
NDK_VERSION: "r26d"
2323
#signing keys env variable checks
2424
ANDROID_SIGNING_KEY: "${{ secrets.ANDROID_SIGNING_KEY }}"

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdesk"
3-
version = "1.3.8"
3+
version = "1.3.9"
44
authors = ["rustdesk <[email protected]>"]
55
edition = "2021"
66
build= "build.rs"

appimage/AppImageBuilder-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AppDir:
1818
id: rustdesk
1919
name: rustdesk
2020
icon: rustdesk
21-
version: 1.3.8
21+
version: 1.3.9
2222
exec: usr/share/rustdesk/rustdesk
2323
exec_args: $@
2424
apt:

appimage/AppImageBuilder-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AppDir:
1818
id: rustdesk
1919
name: rustdesk
2020
icon: rustdesk
21-
version: 1.3.8
21+
version: 1.3.9
2222
exec: usr/share/rustdesk/rustdesk
2323
exec_args: $@
2424
apt:

flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# 1.1.9-1 works for android, but for ios it becomes 1.1.91, need to set it to 1.1.9-a.1 for iOS, will get 1.1.9.1, but iOS store not allow 4 numbers
19-
version: 1.3.8+57
19+
version: 1.3.9+57
2020

2121
environment:
2222
sdk: '^3.1.0'

libs/portable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustdesk-portable-packer"
3-
version = "1.3.8"
3+
version = "1.3.9"
44
edition = "2021"
55
description = "RustDesk Remote Desktop"
66

res/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustdesk
2-
pkgver=1.3.8
2+
pkgver=1.3.9
33
pkgrel=0
44
epoch=
55
pkgdesc=""

res/rpm-flutter-suse.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rustdesk
2-
Version: 1.3.8
2+
Version: 1.3.9
33
Release: 0
44
Summary: RPM package
55
License: GPL-3.0

0 commit comments

Comments
 (0)