diff --git a/Cargo.lock b/Cargo.lock index b68e220eb..bffebad59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "devolutions-gateway" -version = "2021.1.4" +version = "2021.1.5" dependencies = [ "base64 0.9.3", "byteorder", @@ -1603,7 +1603,7 @@ dependencies = [ [[package]] name = "jetsocat" -version = "2021.1.4" +version = "2021.1.5" dependencies = [ "anyhow", "async-tungstenite", diff --git a/VERSION b/VERSION index 91a8d45da..689ee61d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.1.4 +2021.1.5 diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index 9b4fec7da..caf1a5fa7 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "devolutions-gateway" -version = "2021.1.4" +version = "2021.1.5" edition = "2018" readme = "README.md" license = "MIT/Apache-2.0" diff --git a/jetsocat/Cargo.toml b/jetsocat/Cargo.toml index d5bec68e7..72622cd95 100644 --- a/jetsocat/Cargo.toml +++ b/jetsocat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jetsocat" -version = "2021.1.4" +version = "2021.1.5" authors = ["BenoƮt CORTIER "] edition = "2018" description = "WebSocket toolkit for jet protocol related operations" diff --git a/powershell/DevolutionsGateway/DevolutionsGateway.psd1 b/powershell/DevolutionsGateway/DevolutionsGateway.psd1 index 56bbc0b2a..7b78ac725 100644 --- a/powershell/DevolutionsGateway/DevolutionsGateway.psd1 +++ b/powershell/DevolutionsGateway/DevolutionsGateway.psd1 @@ -7,7 +7,7 @@ RootModule = 'DevolutionsGateway.psm1' # Version number of this module. - ModuleVersion = '2021.1.4' + ModuleVersion = '2021.1.5' # Supported PSEditions CompatiblePSEditions = 'Desktop', 'Core'