From a7a0fa7cb528d6399d978e231b4bb30fd7b6567d Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 30 Jan 2024 19:23:36 +0800 Subject: bump to 1.1.10-2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- debian/changelog | 2 +- ui/setup.nsi | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8d7c9a..468ab93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "hbbs" -version = "1.1.9" +version = "1.1.10-2" dependencies = [ "async-speed-limit", "async-trait", @@ -1111,9 +1111,9 @@ dependencies = [ [[package]] name = "mac_address" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d1bc1084549d60725ccc53a2bfa07f67fe4689fda07b05a36531f2988104a" +checksum = "4863ee94f19ed315bf3bc00299338d857d4b5bc856af375cc97d237382ad3856" dependencies = [ "nix", "winapi", diff --git a/Cargo.toml b/Cargo.toml index ca3d06c..3c22875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbbs" -version = "1.1.9" +version = "1.1.10-2" authors = ["rustdesk "] edition = "2021" build = "build.rs" diff --git a/debian/changelog b/debian/changelog index 95a2a44..b2e1e7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rustdesk-server (1.1.10) UNRELEASED; urgency=medium +rustdesk-server (1.1.10-2) UNRELEASED; urgency=medium * fix hangup signal exit when run with nohup * some minors diff --git a/ui/setup.nsi b/ui/setup.nsi index 88b1709..5186666 100644 --- a/ui/setup.nsi +++ b/ui/setup.nsi @@ -15,7 +15,7 @@ !define PRODUCT_NAME "rustdesk_server" !define PRODUCT_DESCRIPTION "Installer for ${PRODUCT_NAME}" !define COPYRIGHT "Copyright © 2021" -!define VERSION "1.1.8" +!define VERSION "1.1.10" VIProductVersion "${VERSION}.0" VIAddVersionKey "ProductName" "${PRODUCT_NAME}" -- cgit v1.2.3