aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrustdesk <[email protected]>2024-01-30 19:23:36 +0800
committerrustdesk <[email protected]>2024-01-30 19:23:36 +0800
commita7a0fa7cb528d6399d978e231b4bb30fd7b6567d (patch)
treec0dd7e8407890cd162866a736110ef38ce0d050c
parent2d8f6ae4f4d9e9d213ab1366678cae3799ed4e49 (diff)
downloadrustdesk-server-a7a0fa7cb528d6399d978e231b4bb30fd7b6567d.tar.gz
rustdesk-server-a7a0fa7cb528d6399d978e231b4bb30fd7b6567d.zip
bump to 1.1.10-21.1.10-2
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
-rw-r--r--debian/changelog2
-rw-r--r--ui/setup.nsi2
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 <[email protected]>"]
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}"